- Timestamp:
- 01/03/15 17:06:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FitsFile.cc
r14715 r18053 32 32 WriteKey("CREATOR", prgname, "Program that wrote this file"); 33 33 WriteKey("EXTREL", version, "Release Number"); 34 WriteKey("COMPILED", __DATE__ " "__TIME__, "Compile time");34 WriteKey("COMPILED", __DATE__ " " __TIME__, "Compile time"); 35 35 WriteKey("REVISION", REVISION, "SVN revision"); 36 36 WriteKey("ORIGIN", "FACT", "Institution that wrote the file");
Note:
See TracChangeset
for help on using the changeset viewer.