stay in sync with struct_linear_solvers.c, which recently got a minor cleanup

This commit is contained in:
painter 2000-08-23 21:41:02 +00:00
parent df75e57577
commit 3435cb5025

View File

@ -46,7 +46,7 @@ main( int argc,
double cx, cy, cz;
int solver_id;
double dxyz[3];
/*double dxyz[3];*/
int A_num_ghost[6] = {0, 0, 0, 0, 0, 0};
double doubtemp;
@ -369,6 +369,7 @@ main( int argc,
* Set up dxyz for PFMG solver
*-----------------------------------------------------------*/
#if 0
dxyz[0] = 1.0e+123;
dxyz[1] = 1.0e+123;
dxyz[2] = 1.0e+123;
@ -384,6 +385,7 @@ main( int argc,
{
dxyz[2] = sqrt(1.0 / cz);
}
#endif
/*-----------------------------------------------------------
* Set up the grid structure