Changeset 1891 for trunk/source/parse_print.cpp
- Timestamp:
- 03/27/08 12:40:50 (8 months ago)
- Files:
-
- 1 modified
-
trunk/source/parse_print.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/parse_print.cpp
r1815 r1891 72 72 fprintf( ioQQQ, "Calculations were performed with version %s of Cloudy," 73 73 " last described by %s.\n\n", 74 version .chVersion,75 version .chCitationShort);76 fprintf( ioQQQ, "The reference is:\n%s\n\n", version .chCitation );77 fprintf( ioQQQ, "In Latex this is:\n%s\n\n", version .chCitationLatex );74 version::Inst().chVersion, 75 version::Inst().chCitationShort); 76 fprintf( ioQQQ, "The reference is:\n%s\n\n", version::Inst().chCitation ); 77 fprintf( ioQQQ, "In Latex this is:\n%s\n\n", version::Inst().chCitationLatex ); 78 78 } 79 79 … … 96 96 /* print compiler and code version information */ 97 97 fprintf( ioQQQ, "\nThis is Cloudy, version %s\n%s\n\n" , 98 version .chVersion,99 version .chInfo );98 version::Inst().chVersion, 99 version::Inst().chInfo ); 100 100 } 101 101
