- Timestamp:
- Jun 8, 2008, 4:53:59 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r639 r650 43 43 inline bool force(void) const { return force_.value(); } 44 44 inline bool generate_config(void) const { return generate_config_.value(); } 45 // Until we fix caching (#313) ignore caching 46 //inline bool ignore_cache(void) const { return ignore_cache_.value(); } 47 inline bool ignore_cache(void) const { return true; } 45 inline bool ignore_cache(void) const { return ignore_cache_.value(); } 48 46 inline bool report(void) const { return report_.value(); } 49 47 inline bool revisions(void) const { return revisions_.value(); } -
trunk/lib/Stats.h
r642 r650 208 208 // that all old cache files are obsolete. 209 209 inline std::string cache_check_str(void) const 210 {return "CACHE FILE VERSION 5";}210 {return "CACHE FILE VERSION 6";} 211 211 212 212 void calc_all(void);
Note: See TracChangeset
for help on using the changeset viewer.