From 6b13585ad68ff57eaf01d6a6e9f1b57c38a8ab06 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Tue, 12 Feb 2008 10:31:23 +0000 Subject: [PATCH] *** empty log message *** --- test/pargen/ppde.f90 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/pargen/ppde.f90 b/test/pargen/ppde.f90 index 31be2342..205467db 100644 --- a/test/pargen/ppde.f90 +++ b/test/pargen/ppde.f90 @@ -109,7 +109,6 @@ program ppde info=0 name='pde90' call psb_set_errverbosity(2) - call psb_set_erraction(0) call psb_init(ictxt) @@ -129,7 +128,7 @@ program ppde ! ! allocate and fill in the coefficient matrix, rhs and initial guess ! - + call psb_cd_set_large_threshold(128) call psb_barrier(ictxt) t1 = psb_wtime() call create_matrix(idim,a,b,x,desc_a,part_block,ictxt,afmt,info)