Changeset 2131 for trunk/source/date.h

Show
Ignore:
Timestamp:
06/27/08 03:43:17 (7 months ago)
Author:
gary
Message:

conv_base.cpp test on agreement of iso level and ionization solvers made more coarse for time being, this is discussed in ticket

conv_fail.cpp - remove ShowMe? from stopping due to convergence failures - that is too extreme since ShowMe? announces total failure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/date.h

    r2046 r2131  
    1414#define YEAR    108 
    1515/* month, January is 0, December is 11 */ 
    16 #define MONTH   4 
     16#define MONTH   5 
    1717/* day is correct */ 
    18 #define DAY     12 
     18#define DAY     26 
    1919 
    2020#endif /* _DATE_H_ */