From 1a30427847d042b62c168b62b98cf9eb27c8ea6a Mon Sep 17 00:00:00 2001 From: Stephanie Kemna <6518317+StephanieKemna@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:39:52 +0200 Subject: [PATCH] Update src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp undo linting, fix templating, Kristoffer's suggestion Co-authored-by: KristofferSkare <52509111+KristofferSkare@users.noreply.github.com> --- src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp b/src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp index 70eedfe..01230f4 100644 --- a/src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp +++ b/src/mlfmu/fmu_build/templates/fmu/fmu_template.cpp @@ -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.