Changeset 639 for trunk/bin


Ignore:
Timestamp:
May 31, 2008, 3:58:26 AM (15 years ago)
Author:
Peter Johansson
Message:

refs #313 and fixes #332

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/Parameter.h

    r632 r639  
    4343    inline bool force(void) const { return force_.value(); }
    4444    inline bool generate_config(void) const { return generate_config_.value(); }
    45     inline bool ignore_cache(void) const { return ignore_cache_.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; }
    4648    inline bool report(void) const { return report_.value(); }
    4749    inline bool revisions(void) const { return revisions_.value(); }
Note: See TracChangeset for help on using the changeset viewer.