@@ -811,7 +811,7 @@ end findZeroCrossingsIfEqns;
811811protected function findZeroCrossingsinJacobians
812812 input BackendDAE . StrongComponents inStrongComponents;
813813 input BackendDAE . ZeroCrossingSet zeroCrossingLst;
814- input DoubleEndedList < BackendDAE . ZeroCrossing > relationsLst;
814+ input BackendDAE . ZeroCrossingSet relationsLst;
815815 input BackendDAE . ZeroCrossingSet samplesLst;
816816 input BackendDAE . Variables allVariables;
817817 input BackendDAE . Variables globalKnownVars;
@@ -855,7 +855,7 @@ end findZeroCrossingsinJacobians;
855855protected function replaceZCExpinFullJacobian
856856 input BackendDAE . FullJacobian fullJac;
857857 input BackendDAE . ZeroCrossingSet zeroCrossingLst;
858- input DoubleEndedList < BackendDAE . ZeroCrossing > relationsLst;
858+ input BackendDAE . ZeroCrossingSet relationsLst;
859859 input BackendDAE . ZeroCrossingSet samplesLst;
860860 input BackendDAE . Variables allVariables;
861861 input BackendDAE . Variables globalKnownVars;
@@ -881,7 +881,7 @@ end replaceZCExpinFullJacobian;
881881protected function replaceZCExpinSymJacobian
882882 input BackendDAE . SymbolicJacobian symJac;
883883 input BackendDAE . ZeroCrossingSet zeroCrossingLst;
884- input DoubleEndedList < BackendDAE . ZeroCrossing > relationsLst;
884+ input BackendDAE . ZeroCrossingSet relationsLst;
885885 input BackendDAE . ZeroCrossingSet samplesLst;
886886 input BackendDAE . Variables allVariables;
887887 input BackendDAE . Variables globalKnownVars;
@@ -900,7 +900,7 @@ end replaceZCExpinSymJacobian;
900900protected function replaceZeroCrossingsJacBackend
901901 input BackendDAE . BackendDAE inBackendDAE;
902902 input BackendDAE . ZeroCrossingSet zeroCrossingLst;
903- input DoubleEndedList < BackendDAE . ZeroCrossing > relationsLst;
903+ input BackendDAE . ZeroCrossingSet relationsLst;
904904 input BackendDAE . ZeroCrossingSet samplesLst;
905905 input BackendDAE . Variables allVariables;
906906 input BackendDAE . Variables globalKnownVars;
0 commit comments