Merge pull request #2944 from bska/chase-api-update-for-non-python
Update Signature for PyAction::run When !EMBEDDED_PYTHON
This commit is contained in:
commit
7471cef938
@ -91,7 +91,8 @@ bool PyAction::operator==(const PyAction& other) const {
|
||||
|
||||
#ifndef EMBEDDED_PYTHON
|
||||
|
||||
bool PyAction::run(EclipseState&, Schedule&, std::size_t, SummaryState&) const
|
||||
bool PyAction::run(EclipseState&, Schedule&, std::size_t, SummaryState&,
|
||||
const std::function<void(const std::string&, const std::vector<std::string>&)>&) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user