Changeset e300053c in OpenModelica


Ignore:
Timestamp:
2020-03-20T12:25:33+01:00 (4 years ago)
Author:
kabdelhak <karim.abdelhak@…>
Parents:
7549194
Message:

wip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo

    r7549194 re300053c  
    24882488      BackendDAE.JacobianType fullJacType;
    24892489
    2490     /* No dendencies -> constant jacobian */
     2490    /* No dependencies -> constant jacobian */
    24912491    case (BackendDAE.GENERIC_JACOBIAN(jacobian=SOME((_, _, _, _, _, {}))), _, _)
    24922492    then BackendDAE.JAC_CONSTANT();
     
    27552755        algorithm
    27562756          strictTearingset := BackendDAE.TEARINGSET(iterationvarsInts, residualequations, {}, BackendDAE.EMPTY_JACOBIAN());
    2757           (jacobian, shared) := calculateTearingSetJacobian(inVars, inEqns, strictTearingset, inShared, false);
     2757          (jacobian, _) := calculateTearingSetJacobian(inVars, inEqns, strictTearingset, inShared, false);
    27582758          /* only save jacobian type */
    27592759          comp.jac := BackendDAE.FULL_JACOBIAN(NONE());
    27602760          comp.jacType := getJacType(jacobian);
    2761       then (comp, shared);
     2761      then (comp, inShared);
    27622762
    27632763      // generate symbolic jacobian for a torn system
Note: See TracChangeset for help on using the changeset viewer.