You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Input object has become too large and so has the Python input parsing script pcmsolver.py
Each section in pcmsolver.py has to become a different Python module. Each module lives in the directory of the pertinent C++ code. Each Python module documents its keywords, so that the website documentation can be generated (semi-)automatically.
We could in principle generate also the C++ code given the Python input parsing module.
The text was updated successfully, but these errors were encountered:
The Input object has become too large and so has the Python input parsing script
pcmsolver.py
Each section in
pcmsolver.py
has to become a different Python module. Each module lives in the directory of the pertinent C++ code. Each Python module documents its keywords, so that the website documentation can be generated (semi-)automatically.We could in principle generate also the C++ code given the Python input parsing module.
The text was updated successfully, but these errors were encountered: