Ignore:
Timestamp:
11/12/18 21:47:51 (6 years ago)
Author:
tbretz
Message:
Prefix file paths if they are not absolute (should not change anything as right now, --prefix is not defined.
File:
1 edited

Legend:

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

    r19139 r19386  
    30443044        fDeviationMax     = conf.Get<uint16_t>("deviation-max");
    30453045
    3046         const string fname = conf.Get<string>("pointing.model-file");
     3046        const string fname = conf.GetPrefixedString("pointing.model-file");
    30473047
    30483048        try
Note: See TracChangeset for help on using the changeset viewer.