Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16699 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jul 31, 2013
1 parent 533b589 commit 5eb2612
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 183 deletions.
18 changes: 9 additions & 9 deletions Compiler/Template/SimCodeTV.mo
Expand Up @@ -225,11 +225,11 @@ package SimCode
end ZEROCROSSINGS_CONTEXT;
end Context;

uniontype HpcOmParInformation
record HPCOMPARINFORMATION
list<list<Integer>> eqsOfLevels;
end HPCOMPARINFORMATION;
end HpcOmParInformation;
uniontype HpcOmParInformation
record HPCOMPARINFORMATION
list<list<Integer>> eqsOfLevels;
end HPCOMPARINFORMATION;
end HpcOmParInformation;

uniontype Variable
record VARIABLE
Expand Down Expand Up @@ -2881,10 +2881,10 @@ end FMI;

package HpcOmSimCode
function getSimCodeEqByIndex
input list<SimCode.SimEqSystem> iEqs;
input Integer iIdx;
output SimCode.SimEqSystem oEq;
end getSimCodeEqByIndex;
input list<SimCode.SimEqSystem> iEqs;
input Integer iIdx;
output SimCode.SimEqSystem oEq;
end getSimCodeEqByIndex;
end HpcOmSimCode;

end SimCodeTV;
2 changes: 1 addition & 1 deletion SimulationRuntime/c/simulation/simulation_runtime.cpp
Expand Up @@ -506,7 +506,7 @@ int startNonInteractiveSimulation(int argc, char**argv, DATA* data)
} else if (0==strcmp(clockName, "RT")) {
clock = OMC_CLOCK_REALTIME;
} else if(0==strcmp(clockName, "CYC")) {
clock = OMC_CPU_CYCLES;
clock = OMC_CPU_CYCLES;
} else {
WARNING1(LOG_STDOUT, "[unknown clock-type] got %s, expected CPU|RT|CYC. Defaulting to RT.", clockName);
}
Expand Down

0 comments on commit 5eb2612

Please sign in to comment.