Changeset 12709 for trunk/FACT++


Ignore:
Timestamp:
12/06/11 21:51:13 (13 years ago)
Author:
tbretz
Message:
Commented out access of the non-existing bias-database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/biasctrl.cc

    r12663 r12709  
    20702070                map.Read(conf.Get<string>("bias-map-file"));
    20712071
    2072             if (conf.Has("bias-database"))
    2073                 map.Retrieve(conf.Get<string>("bias-database"));
     2072            //if (conf.Has("bias-database"))
     2073            //    map.Retrieve(conf.Get<string>("bias-database"));
    20742074        }
    20752075        catch (const runtime_error &e)
Note: See TracChangeset for help on using the changeset viewer.