Skip to content

Commit

Permalink
Replace master with main
Browse files Browse the repository at this point in the history
Refs #125
  • Loading branch information
sverhoeven authored Mar 21, 2023
1 parent ed59660 commit 5558d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Bmi* create_model_instance()
}
```

with the instantiation of your model BMI. The model needs to implement the csdms BMI for C, but you may also implement our more object-oriented C++ interface [BmiCppExtension](https://github.com/eWaterCycle/grpc4bmi/blob/master/cpp/bmi_cpp_extension.h).
with the instantiation of your model BMI. The model needs to implement the csdms BMI for C, but you may also implement our more object-oriented C++ interface [BmiCppExtension](https://github.com/eWaterCycle/grpc4bmi/blob/main/cpp/bmi_cpp_extension.h).

### Model written in R

Expand Down

0 comments on commit 5558d20

Please sign in to comment.