Subversion Repositories slepc-dev

Compare Revisions

Ignore whitespace Rev 1512 → Rev 1513

/trunk/src/eps/impls/trlan/trlan.c
82,8 → 82,8
PetscErrorCode EPSSolve_TRLAN(EPS eps)
{
PetscErrorCode ierr;
PetscInt nn;
PetscBLASInt ipar[32], i, n, lohi, stat, ncv=eps->ncv;
PetscInt i,nn;
PetscBLASInt ipar[32], n, lohi, stat, ncv=eps->ncv;
EPS_TRLAN *tr = (EPS_TRLAN *)eps->data;
PetscScalar *pV;