Skip to content

Commit

Permalink
Merge branch 'issue1260' into issue1218
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2024
2 parents 6642a9d + 4e8b0a2 commit f4bab76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/libcellml/generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ class LIBCELLML_EXPORT Generator
*
* @return The equation code as a @c std::string.
*/
static std::string equationCode(const AnalyserEquationAstPtr &ast,
const GeneratorProfilePtr &profile);
static std::string equationCode(const AnalyserEquationAstPtr &ast, const GeneratorProfilePtr &profile);

/**
* @brief Get the equation code for the given @ref AnalyserEquationAst using a default @ref GeneratorProfile.
Expand Down

0 comments on commit f4bab76

Please sign in to comment.