Earlier, setting the parameters was done inside the Evaluate function. Now, setting the parameters is done before the Evaluate function. This enables us to use MIRCO as a library in BACI. The parameters can be set using the data provided in the BACI input file and then the Evaluate function can be called.
Related Issues and Pull Requests
Closes
Blocks
Is blocked by
Follows
Precedes
Related to
Part of
Composed of
How Has This Been Tested?
building and running ctest
Checklist
[ ] My commit messages mention the appropriate GitHub issue numbers and are longer than one line where appropriate.
[ ] I have added/updated documentation where necessary.
Description and Context
Earlier, setting the parameters was done inside the Evaluate function. Now, setting the parameters is done before the Evaluate function. This enables us to use MIRCO as a library in BACI. The parameters can be set using the data provided in the BACI input file and then the Evaluate function can be called.
Related Issues and Pull Requests
How Has This Been Tested?
building and running
ctest
Checklist
Additional Information
Interested Parties / Possible Reviewers
@NoraHagmeyer