Changeset 2137
- Timestamp:
- 06/28/08 14:58:23 (2 months ago)
- Files:
-
- 1 modified
-
trunk/source/rt_line_one.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/rt_line_one.cpp
r1988 r2137 288 288 nelem = t->Hi->nelem-1; 289 289 290 /* damping constant for the line, save it*/290 /* line damping constant at current temperature */ 291 291 t->Emis->damp = t->Emis->dampXvel / DoppVel.doppler[t->Hi->nelem-1]; 292 /*if( t->damp <0. ) 293 { 294 fprintf(ioQQQ,"DEBUG hit it \n"); 295 }*/ 296 ASSERT( t->Emis->damp > 0. || 297 (opac.lgCaseB && t->Emis->damp >= 0.) ); 292 ASSERT( t->Emis->damp > 0. ); 298 293 299 294 /* static solution - which type of line will determine
