Changeset 1174
- Timestamp:
- 06/06/07 13:51:48 (18 months ago)
- Files:
-
- 1 modified
-
branches/c07.02_branch/source/prt_columns.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/c07.02_branch/source/prt_columns.cpp
r1133 r1174 40 40 if( dense.lgElmtOn[nelem] ) 41 41 { 42 bool lgHIT = false;43 42 bool lgDONE = false; 44 43 … … 61 60 TotalInsanity(); 62 61 63 if( aa == 0. && lgHIT)62 if( aa == 0. ) 64 63 { 65 /* this means we have printed some column, but have gotten to high 66 * ion state that does not exist */ 67 lgDONE = true; 68 break; 64 aa = -30.; 69 65 } 70 66 else if( aa > 0. ) 71 67 { 72 68 aa = log10(aa); 73 lgHIT = true;74 69 } 75 70
