Changeset 7630e3 for src/Parameters/Value_impl.hpp
- Timestamp:
- May 8, 2017, 1:54:51 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- cb6357
- Parents:
- ddceb1
- git-author:
- Frederik Heber <heber@…> (03/31/17 20:56:50)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:54:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Value_impl.hpp
rddceb1 r7630e3 22 22 #include "CodePatterns/Log.hpp" 23 23 24 #include "Actions/toPythonString.hpp" 24 25 #include "Validators/DummyValidator.hpp" 25 26 #include "Validators/DiscreteValidator.hpp" … … 193 194 inline const std::string Value<T>::getAsStringUnvalidated() const throw(ParameterValueException) 194 195 { 195 return to String(getUnvalidated());196 return toPythonString(getUnvalidated()); 196 197 } 197 198
Note:
See TracChangeset
for help on using the changeset viewer.