Changeset e7ad08 for src/Actions/Action_impl_python.hpp
- Timestamp:
- Apr 11, 2018, 6:30:10 AM (8 years ago)
- Branches:
- Candidate_v1.6.1, Candidate_v1.7.0, ChemicalSpaceEvaluator, PythonUI_with_named_parameters, TremoloParser_IncreasedPrecision, stable
- Children:
- cd91bd
- Parents:
- 8819d2
- git-author:
- Frederik Heber <frederik.heber@…> (09/06/17 12:58:47)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/11/18 06:30:10)
- File:
-
- 1 edited
-
src/Actions/Action_impl_python.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Action_impl_python.hpp
r8819d2 re7ad08 77 77 BOOST_PP_COMMA_IF(n) \ 78 78 boost::python::arg( \ 79 BOOST_PP_SEQ_ELEM(n, STRINGLIST) \79 MoleCuilder::normalizeToken( BOOST_PP_SEQ_ELEM(n, STRINGLIST) ).c_str() \ 80 80 ) \ 81 81 = \ … … 92 92 BOOST_PP_COMMA_IF(n) \ 93 93 boost::python::arg( \ 94 BOOST_PP_SEQ_ELEM(n, STRINGLIST) \94 MoleCuilder::normalizeToken( BOOST_PP_SEQ_ELEM(n, STRINGLIST) ).c_str() \ 95 95 ) 96 96
Note:
See TracChangeset
for help on using the changeset viewer.
