Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/MpqcParser_Parameters.hpp

    r7f570c re45c1d  
    2323#include "Parser/FormatParser_Parameters.hpp"
    2424
    25 #include "Parser/Parameters/ContinuousParameter.hpp"
     25#include "Parameters/Parameter.hpp"
     26#include "Parameters/Value.hpp"
    2627
    2728// specialization for bool (we want "yes/no" not "1/0")
    28 template <> const std::string ContinuousValue<bool>::get() const;
    29 template <> void ContinuousValue<bool>::set(const std::string _value);
     29template <> const std::string Value<bool>::getAsString() const throw(ParameterValueException);
     30template <> void Value<bool>::setAsString(const std::string _value) throw(ParameterException);
    3031
    3132class MpqcParser;
Note: See TracChangeset for help on using the changeset viewer.