--- trunk/paso/src/Solvers/Solver_preconditioner.c 2006/01/11 06:40:50 430 +++ trunk/paso/src/Solvers/Solver_preconditioner.c 2006/01/13 05:07:10 431 @@ -54,7 +54,7 @@ break; case PASO_RILU: if (options->verbose) printf("RILU preconditioner is used.\n"); - prec->ilu=Paso_Solver_getRILU(A,options->verbose); + prec->rilu=Paso_Solver_getRILU(A,options->verbose); prec->type=PASO_RILU; break; }