Ignore:
Timestamp:
May 19, 2021, 7:06:29 PM (4 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
923ce2
Parents:
8c9cce
git-author:
Frederik Heber <frederik.heber@…> (04/24/19 21:29:22)
git-committer:
Frederik Heber <frederik.heber@…> (05/19/21 19:06:29)
Message:

pyMoleCuilder's wait() has return value.

  • tells whether actions have been executed successfully or not.
  • DOCU: updated docu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Python/PythonScripting_impl.hpp

    r8c9cce recc050  
    9595      "Reinitializes the internal state of the python module as if it had been freshly imported,saves all input files beforehand."
    9696  );
    97   boost::python::def(
     97  boost::python::def< bool() >(
    9898      "wait",
    9999      MoleCuilder::detail::module_wait,
Note: See TracChangeset for help on using the changeset viewer.