Open Peter9192 opened 1 year ago
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
get_component_name_f
.cxx
.hxx
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.
g++
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.