Changeset 2015
- Timestamp:
- 05/03/08 13:55:08 (2 weeks ago)
- Files:
-
- trunk/source/prt_lines_helium.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/prt_lines_helium.cpp
r2012 r2015 54 54 55 55 if( trace.lgTrace ) 56 { 57 fprintf( ioQQQ, " lines_helium called\n" ); 56 fprintf( ioQQQ, " prt_lines_helium called\n" ); 57 58 if( !dense.lgElmtOn[ipHELIUM] ) 59 { 60 /* nothing to do here - just return */ 61 if( trace.lgTrace ) 62 fprintf( ioQQQ, " prt_lines_helium - He is off, just return.\n" ); 63 return; 58 64 } 59 65
