Browse Source

KLU branch rebased upon master @ 3 Feb 2022

Some merge conflicts have not been solved yet
Please look for >>>> HEAD if you want to solve them
pre-master-46
Francesco Lannutti 4 years ago
committed by Holger Vogt
parent
commit
02e7c1c5b0
  1. 2
      src/ciderlib/twod/twocont.c
  2. 2
      src/ciderlib/twod/twoncont.c
  3. 2
      src/ciderlib/twod/twopcont.c
  4. 1
      src/spicelib/devices/cpl/cplsetup.c

2
src/ciderlib/twod/twocont.c

@ -769,7 +769,7 @@ void
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
// =======
// if ( nIndex <= 1 ) { /* Top Side */
if ( nIndex <= 1 ) { /* Top Side */
//
// #ifdef KLU
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;

2
src/ciderlib/twod/twoncont.c

@ -500,7 +500,7 @@ void
// pNode->fNPsiOx = spGetElement( matrix, nEqn, psiEqnOxM );
// pNode->fNPsiOxP1 = spGetElement( matrix, nEqn, psiEqnOxP );
// =======
// if ( nIndex <= 1 ) { /* Top Side */
if ( nIndex <= 1 ) { /* Top Side */
//
// #ifdef KLU
// pNode->fNPsiIn = SMPmakeEltKLUforCIDER (matrix, nEqn, psiEqnInM) ;

2
src/ciderlib/twod/twopcont.c

@ -500,7 +500,7 @@ void
// pNode->fPPsiOx = spGetElement( matrix, pEqn, psiEqnOxM );
// pNode->fPPsiOxP1 = spGetElement( matrix, pEqn, psiEqnOxP );
// =======
// if ( nIndex <= 1 ) { /* Top Side */
if ( nIndex <= 1 ) { /* Top Side */
//
// #ifdef KLU
// pNode->fPPsiIn = SMPmakeEltKLUforCIDER (matrix, pEqn, psiEqnInM) ;

1
src/spicelib/devices/cpl/cplsetup.c

@ -347,7 +347,6 @@ do { if((here->ptr = SMPmakeElt(matrix, here->first, here->second)) == NULL){\
}
return(OK);
}
}

Loading…
Cancel
Save