Changeset 7630e3
- 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)
- Files:
- 
      - 5 edited
 
 - 
          
  src/Actions/Action_impl_pre.hpp (modified) (1 diff)
- 
          
  src/Actions/MakroAction_impl_pre.hpp (modified) (1 diff)
- 
          
  src/Parameters/Value_impl.hpp (modified) (2 diffs)
- 
          
  tests/regression/Options/Session/post/complextest.py (modified) (1 diff)
- 
          
  tests/regression/Options/Session/pre/complextest.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/Actions/Action_impl_pre.hpprddceb1 r7630e3 173 173 output << \ 174 174 BOOST_PP_IF(n, ", ", "") \ 175 << "\"" << toPythonString(params. \175 << "\"" << params. \ 176 176 BOOST_PP_SEQ_ELEM(n, paramreferences) \ 177 .getAsStringUnvalidated() )\177 .getAsStringUnvalidated() \ 178 178 << "\""; 179 179 
- 
      src/Actions/MakroAction_impl_pre.hpprddceb1 r7630e3 165 165 output << \ 166 166 BOOST_PP_IF(n, ", ", "") \ 167 << "\"" << toPythonString(params. \167 << "\"" << params. \ 168 168 BOOST_PP_SEQ_ELEM(n, paramreferences) \ 169 .get ()) \169 .getAsStringUnvalidated() \ 170 170 << "\""; 171 171 
- 
      src/Parameters/Value_impl.hpprddceb1 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 
- 
      tests/regression/Options/Session/post/complextest.pyrddceb1 r7630e3 9 9 pyMoleCuilder.GraphSubgraphDissection() 10 10 pyMoleCuilder.SelectionMoleculeOfAtom() 11 pyMoleCuilder.FillRegularGrid("3 3 3", " 0.5,0.5,0.5", "1", "0", "0", "0", "0")11 pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0") 12 12 pyMoleCuilder.CommandVersion() 13 13 # =========================== Stored Session END =========================== 
- 
      tests/regression/Options/Session/pre/complextest.pyrddceb1 r7630e3 9 9 pyMoleCuilder.GraphSubgraphDissection() 10 10 pyMoleCuilder.SelectionMoleculeOfAtom() 11 pyMoleCuilder.FillRegularGrid("3 3 3", " 0.5,0.5,0.5", "1", "0", "0", "0", "0")11 pyMoleCuilder.FillRegularGrid("3 3 3", ".5,.5,.5", "1", "0", "0", "0", "0") 12 12 pyMoleCuilder.CommandVersion() 13 13 # =========================== Stored Session END =========================== 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
