Show
Ignore:
Timestamp:
06/05/08 04:18:39 (7 months ago)
Author:
gary
Message:

parse_punch.cpp - add extra check on punch helium so that it does not pick up ionization rate punch option

punch_do.cpp - change f to e format for punch line list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/parse_punch.cpp

    r2059 r2100  
    13621362        } 
    13631363 
    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 */ 
    13681368                if( nMatch("LINE",chCard) && nMatch("WAVE",chCard) ) 
    13691369                {