Skip to content

Commit

Permalink
- remove the tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@14178 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Dec 1, 2012
1 parent c5d9436 commit aa6266a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenAdevs.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ case SIMCODE(modelInfo = MODELINFO(varInfo = vi as VARINFO(__))) then
samples = new AdevsSampleData*[numZeroCrossings()];
for (int i = 0; i < numTimeEvents(); i++)
samples[i] = NULL;
}
}
}

<%lastIdentOfPath(modelInfo.name)%>::~<%lastIdentOfPath(modelInfo.name)%>()
Expand All @@ -301,7 +301,7 @@ case SIMCODE(modelInfo = MODELINFO(varInfo = vi as VARINFO(__))) then
for (int i = 0; i < numTimeEvents(); i++)
if (samples[i] != NULL) delete samples[i];
delete [] samples;
}
}
}

<%makeExtraResiduals(allEquations,lastIdentOfPath(modelInfo.name))%>
Expand Down

0 comments on commit aa6266a

Please sign in to comment.