Changeset 1852 for trunk/source/parse_punch.cpp
- Timestamp:
- 03/16/08 13:50:38 (10 months ago)
- Files:
-
- 1 modified
-
trunk/source/parse_punch.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/parse_punch.cpp
r1815 r1852 2081 2081 else if( nMatch("TEMP",chCard) ) 2082 2082 { 2083 /* punch temperature command */ 2083 2084 strcpy( punch.chPunch[punch.npunch], "TEMP" ); 2084 2085 sprintf( chHeader, 2085 "#depth\t te\tdt/dr\td^2T/dr^2\n" );2086 "#depth\tTe\tcC/dT\tdt/dr\td^2T/dr^2\n" ); 2086 2087 } 2087 2088
