Fix cbind test program.

psblas-3.6-maint
Salvatore Filippone 7 years ago
parent 66433a46bb
commit 239d59b2a7

@ -131,7 +131,7 @@ int matgen(int ictxt, int ng,int idim,int vg[],psb_c_dspmat *ah,psb_c_descriptor
info = 0; info = 0;
psb_c_info(ictxt,&iam,&np); psb_c_info(ictxt,&iam,&np);
deltah = (double) 1.0/(idim+2); deltah = (double) 1.0/(idim+1);
sqdeltah = deltah*deltah; sqdeltah = deltah*deltah;
deltah2 = 2.0* deltah; deltah2 = 2.0* deltah;
psb_c_set_index_base(0); psb_c_set_index_base(0);

Loading…
Cancel
Save