Changeset 2100
- Timestamp:
- 06/05/08 04:18:39 (3 months ago)
- Location:
- trunk/source
- Files:
-
- 2 modified
-
parse_punch.cpp (modified) (1 diff)
-
punch_do.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/parse_punch.cpp
r2059 r2100 1362 1362 } 1363 1363 1364 else if( nMatch("HELI",chCard) )1365 { 1366 /* punch helium & helium-like iso sequence */1367 /* punch helium line wavelengths */1364 else if( nMatch("HELI",chCard) &&!( nMatch("IONI",chCard))) 1365 { 1366 /* punch helium & helium-like iso sequence, but not punch helium ionization rate 1367 * punch helium line wavelengths */ 1368 1368 if( nMatch("LINE",chCard) && nMatch("WAVE",chCard) ) 1369 1369 { -
trunk/source/punch_do.cpp
r2059 r2100 2439 2439 static double SaveQuantity = 0; 2440 2440 if( is_odd(j) ) 2441 fprintf( punch.ipPnunit[ipPun], "\t%.3 f" ,2441 fprintf( punch.ipPnunit[ipPun], "\t%.3e" , 2442 2442 SaveQuantity / SDIV( PrtQuantity ) ); 2443 2443 else … … 2446 2446 else 2447 2447 { 2448 fprintf( punch.ipPnunit[ipPun], "\t%.3 f" , PrtQuantity );2448 fprintf( punch.ipPnunit[ipPun], "\t%.3e" , PrtQuantity ); 2449 2449 } 2450 2450 }
