Changeset 8929a65 in OpenModelica


Ignore:
Timestamp:
2012-11-20T06:35:36+01:00 (11 years ago)
Author:
Adrian Pop <adrian.pop@…>
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:
09fafda9
Parents:
8b72b30
Message:
  • get rid of tabs once again.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Compiler/Template/CodegenAdevs.tpl

    rc5aec81 r8929a65  
    370370         N_Vector scale = N_VNew_Serial(NEQ);
    371371         void* kmem = KINCreate();
    372     active_model = this;
     372        active_model = this;
    373373         assert(kmem != NULL);
    374374         flag = KINInit(kmem, residualFunc<%index%>, y);
     
    383383         ;separator="\n"%>
    384384         flag = KINSol(kmem,y,KIN_LINESEARCH,scale,scale);
    385     // Save the outcome and calculate any dependent variables
    386     residualFunc<%index%>(y,scale,NULL);
     385        // Save the outcome and calculate any dependent variables
     386        residualFunc<%index%>(y,scale,NULL);
    387387         N_VDestroy_Serial(y);
    388388         N_VDestroy_Serial(scale);
Note: See TracChangeset for help on using the changeset viewer.