Subversion Repositories slepc-dev

Compare Revisions

Ignore whitespace Rev 2833 → Rev 2832

/trunk/src/ps/pshep.c
235,10 → 235,6
*/
static PetscErrorCode ArrowTridiag(PetscBLASInt *n,PetscReal *d,PetscReal *e,PetscScalar *Q,PetscBLASInt *ldq)
{
#if defined(SLEPC_MISSING_LAPACK_LARTG)
PetscFunctionBegin;
SETERRQ(PETSC_COMM_SELF,PETSC_ERR_SUP,"LARTG - Lapack routine is unavailable.");
#else
PetscBLASInt i,j,j2,ld=*ldq,one=1;
PetscReal c,s,p,off,temp;
 
279,7 → 275,6
}
}
PetscFunctionReturn(0);
#endif
}
 
#if 0