@@ -338,7 +338,7 @@ case SIMCODE(modelInfo=MODELINFO(__)) then
338338 >>
339339end simulationStateSelectionHeaderFile;
340340/*
341-
341+
342342 */
343343template simulationWriteOutputHeaderFile(SimCode simCode)
344344 "Generates code for header file for simulation target."
@@ -364,12 +364,12 @@ case SIMCODE(modelInfo=MODELINFO(__),simulationSettingsOpt = SOME(settings as SI
364364 public:
365365 <% lastIdentOfPath(modelInfo.name)%> WriteOutput(IGlobalSettings* globalSettings, boost::shared_ptr< IAlgLoopSolverFactory> nonlinsolverfactory, boost::shared_ptr< ISimData> simData);
366366 virtual ~<% lastIdentOfPath(modelInfo.name)%> WriteOutput();
367-
368-
367+
368+
369369 /// Output routine (to be called by the solver after every successful integration step)
370370 virtual void writeOutput(const IWriteOutput::OUTPUT command = IWriteOutput::UNDEF_OUTPUT);
371371 virtual IHistory* getHistory();
372-
372+
373373 protected:
374374 void initialize();
375375 <% match modelInfo case MODELINFO(vars= SIMVARS(__)) then
@@ -4914,7 +4914,7 @@ case SIMCODE(modelInfo = MODELINFO(__),simulationSettingsOpt = SOME(settings as
49144914 then
49154915 <<
49164916 HistoryImplType::value_type_p params;
4917-
4917+
49184918 writeParams(params);
49194919 >>
49204920 else
@@ -7121,9 +7121,9 @@ template writeoutputparamsWithSplit(Text funcNamePrefix, Text type, list<SimVar>
71217121end writeoutputparamsWithSplit;
71227122
71237123
7124- template writeParamValst(list<SimVar > varsLst,SimCode simCode, Context context, Boolean useFlatArrayNotation)
7124+ template writeParamValst(list<SimVar > varsLst,SimCode simCode, Context context, Boolean useFlatArrayNotation)
71257125::=
7126- varsLst |> SIMVAR(isProtected=false) hasindex i0 =>'params(startIndex+<%i0%>)=<%cref(name, useFlatArrayNotation)%>;';align=8
7126+ varsLst |> SIMVAR(isProtected=false) hasindex i0 =>'params(startIndex+<%i0%>)=<%cref(name, useFlatArrayNotation)%>;';align=8
71277127end writeParamValst;
71287128
71297129
0 commit comments