Skip to content
Snippets Groups Projects
Commit 2b2044a6 authored by Ben Cumming's avatar Ben Cumming Committed by Sam Yates
Browse files

rename class 'model' to 'simulation' (#462)

The name `arb::model` did not clearly describe the role of the class, while `arb::simulation` better captures that this is an instantiation of a model for the purpose of running a simulation, as distinct from the description of a model represented by an `arb::recipe` instance.

* Rename sources `model.{hpp,cpp}` to `simulation.{hpp,cpp}`.
* Rename class `arb::model` to `arb::simulation`.
* Update docs and tests to suit.
parent 3d83af5b
No related branches found
No related tags found
No related merge requests found
Showing
with 114 additions and 107 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment