eWaterCycle / grpc4bmi

gRPC wrapper for model with a Basic modeling interface
https://grpc4bmi.readthedocs.io
Apache License 2.0
5 stars 4 forks source link

C++/Fotran examples on RTD use outdated BMI #140

Open Peter9192 opened 1 year ago

Peter9192 commented 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:

Peter9192 commented 1 year ago

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.