Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22236 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 10, 2014
1 parent 57bfe73 commit 64fb003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/HpcOmScheduler.mo
Expand Up @@ -1683,7 +1683,7 @@ public function createFixedLevelSchedule
output HpcOmTaskGraph.TaskGraphMeta oMeta;
protected
list<list<Integer>> levelTasks;
//for each node (arrayIdx): list of threads that handle predecessor tasks. If a node has multiple
//for each node (arrayIdx): list of threads that handle predecessor tasks. If a node has multiple
//predecessors handled by the same thread, the thread-index occurs multiple times in the list.
array<list<Integer>> adviceLists;
HpcOmSimCode.Schedule tmpSchedule;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
Expand Up @@ -1656,7 +1656,7 @@ case SIMCODE(modelInfo = MODELINFO(__)) then
measureTimeArray = std::vector<MeasureTimeData>(<%numOfEqs%>);
measuredStartValues = MeasureTime::getZeroValues();
measuredEndValues = MeasureTime::getZeroValues();
for(int i = 0; i < <%numOfEqs%>; i++)
measureTimeArray[i] = MeasureTimeData();
>>
Expand Down

0 comments on commit 64fb003

Please sign in to comment.