cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Generator profile: rename some API methods #951

Closed agarny closed 3 years ago

agarny commented 3 years ago

While working on issue #899, we distinguished between some generator profile methods for algebraic and differential models by adding InAlgebraicModel/InDifferentialModel in the method name (e.g., externalVariableInAlgebraicModelMethodTypeDefinitionString and externalVariableInDifferentialModelMethodTypeDefinitionString). However, the name is confusing and it would be better to put InAlgebraicModel/InDifferentialModel towards the end of the method name (e.g., externalVariableMethodTypeDefinitionInAlgebraicModelString and externalVariableMethodTypeDefinitionInDifferentialModelString). This is the convention used in issue #950.