Changeset 1896 for trunk/source/punch_fits.cpp
- Timestamp:
- 03/30/08 16:05:35 (9 months ago)
- Files:
-
- 1 modified
-
trunk/source/punch_fits.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/punch_fits.cpp
r1891 r1896 725 725 STATIC void writeCloudyDetails( void ) 726 726 { 727 char chVer[10];728 727 char timeString[30]=""; 729 728 char tempString[70]; … … 731 730 long i, j, k; 732 731 733 cdVersion( chVer );734 735 732 /* usually print date and time info - do not if "no times" command entered, 736 733 * which set this flag false */ … … 752 749 } 753 750 754 strcpy( tempString, "Generated by Cloudy version" );755 strcat( tempString, chVer);751 strcpy( tempString, "Generated by Cloudy " ); 752 strcat( tempString, version::Inst().chVersion ); 756 753 bytesAdded += addComment( tempString ); 757 754 bytesAdded += addComment( version::Inst().chInfo );
