Changeset 5398280 in OpenModelica


Ignore:
Timestamp:
2014-06-06T14:01:41+02:00 (10 years ago)
Author:
OpenModelica Hudson <openmodelica@…>
Branches:
Added-citation-metadata, maintenance/v1.14, maintenance/v1.15, maintenance/v1.16, maintenance/v1.17, maintenance/v1.18, maintenance/v1.19, maintenance/v1.20, maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master, omlib-staging
Children:
f0e986fc
Parents:
7135e1c0
Message:

[Janitor mode] Fix whitespace

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21007 f25d12d1-65f4-0310-ae8a-bbce733d8d8e

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/BackEnd/HpcOmScheduler.mo

    r7135e1c0 r5398280  
    20072007  simCode := List.fold(initEqs,SimCodeUtil.addSimEqSysToInitialEquations,simCode);
    20082008  simEqSysIdx3 := simEqSysIdx2 + numInitEqs;
    2009    
     2009
    20102010  SimCode.SIMCODE(odeEquations=odes) := simCode;
    20112011  print("the simEqSysts after cluster: "+&intString(threadIdx)+&"_"+&intString(node)+&" \n"+&stringDelimitList(List.map(odes,SimCodeUtil.dumpSimEqSystemLst),"\n")+&"\n");
Note: See TracChangeset for help on using the changeset viewer.