Changeset 1142 for trunk/source/prt_zone.cpp
- Timestamp:
- 05/21/07 12:12:52 (20 months ago)
- Files:
-
- 1 modified
-
trunk/source/prt_zone.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/prt_zone.cpp
r1111 r1142 292 292 fprintf( ioQQQ, "\n"); 293 293 294 fprintf(ioQQQ,"%e\t%e\t%e\n", 295 StatesElem[ipHE_LIKE][ipHELIUM][ipHe2s3S].Pop, 296 dense.xIonDense[ipHELIUM][1], 297 dense.gas_phase[ipHELIUM] ); 298 294 299 /* option to print departure coef */ 295 300 if( iso.lgPrtDepartCoef[ipH_LIKE][ipHELIUM] ) … … 699 704 DEBUG_ENTRY( "prt_H_like_Pops()" ); 700 705 701 /* lgPrintHLevPops is set true with print h-like command, usually false706 /* iso.lgPrtLevelPops is set true with print h-like command, usually false 702 707 * when set true, also parse in optional number of levels to print, nPrintHLevPops 703 708 * will be smaller than current value of iso.numLevels_max[ipH_LIKE][nelem] if … … 769 774 DEBUG_ENTRY( "prt_H_like_DeparCoef()" ); 770 775 771 /* lgPrintHLevPopsis set true with print h-like command, usually false776 /* iso.lgPrtDepartCoef is set true with print h-like command, usually false 772 777 * when set true, also parse in optional number of levels to print, nPrintHLevPops 773 778 * will be current value of iso.numLevels_max[ipH_LIKE][nelem] if nothing entered, so set levels
