Changeset ddceb1 for src/Parameters/Value_impl.hpp
- Timestamp:
- May 8, 2017, 1:54:50 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 7630e3
- Parents:
- ac3a04
- git-author:
- Frederik Heber <heber@…> (03/31/17 19:18:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:54:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parameters/Value_impl.hpp
rac3a04 rddceb1 184 184 { 185 185 return toString(get()); 186 } 187 188 /** Getter of unvalidated value, returning string. 189 * 190 * @return string value 191 */ 192 template <class T> 193 inline const std::string Value<T>::getAsStringUnvalidated() const throw(ParameterValueException) 194 { 195 return toString(getUnvalidated()); 186 196 } 187 197
Note:
See TracChangeset
for help on using the changeset viewer.