Skip to content

Commit

Permalink
Update src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp
Browse files Browse the repository at this point in the history
undo linting, fix templating, Kristoffer's suggestion

Co-authored-by: KristofferSkare <[email protected]>
  • Loading branch information
StephanieKemna and KristofferSkare authored Aug 1, 2024
1 parent 1b8cb3a commit 1a30427
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
*
* This class is derived from the OnnxFmu class and provides functionality specific to the {FmuName} FMU.
*/
class
{
FmuName
} : public OnnxFmu {{
class {FmuName} : public OnnxFmu {{
public :
/**
* \brief Constructs a new {FmuName} object.
Expand Down

0 comments on commit 1a30427

Please sign in to comment.