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
Might also want to change the g++ command to a cmake command as that's what's used now in all bmi examples and also in the heat examples shipped with grpc4bmi.
The instructions on adding a BMI server for c++/fortran models uses quite old BMI definitions, which make it confusing.
https://github.com/eWaterCycle/grpc4bmi/blob/main/docs/server/Cpp.rst
For example:
bmif_get_conmponent_name
instead ofget_component_name_f
.cxx
and.hxx
. It would be nice to be consistent with the heat example.The text was updated successfully, but these errors were encountered: