Show
Ignore:
Timestamp:
03/27/08 12:40:50 (8 months ago)
Author:
peter
Message:

source/service.cpp
source/punch_fits.cpp
source/init_coreload.cpp
source/grains_mie.cpp
source/assert_results.cpp
source/parse_punch.cpp
source/optimize_phymir.cpp
source/version.h
source/parse_commands.cpp
source/prt_final.cpp
source/grid_do.cpp
source/parse_print.cpp
source/cddrive.cpp
source/prt_comment.cpp
tsuite/programs/mpi/mpi.cpp

  • Bug-fix for PR59 - cdVersion, cdDate could cause segfault.
  • Start preparing for the change of the release numbering scheme for the next release.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/punch_fits.cpp

    r1771 r1891  
    755755        strcat( tempString, chVer ); 
    756756        bytesAdded += addComment( tempString ); 
    757         bytesAdded += addComment( version.chInfo ); 
     757        bytesAdded += addComment( version::Inst().chInfo ); 
    758758        strcpy( tempString, "--- " ); 
    759759        strcat( tempString, timeString );