decl
This commit is contained in:
parent
25edd7f81a
commit
9bd62c32d9
@ -119,7 +119,7 @@ void DECL::LocalIsosurface(const DoubleArray A, double value, const int i, const
|
||||
CubeValues[5] = A(i+1,j,k+1) - value;
|
||||
CubeValues[6] = A(i+1,j+1,k+1) - value;
|
||||
CubeValues[7] = A(i,j+1,k+1) -value;
|
||||
//printf("Set cube values: %i, %i, %i \n",i,j,k);
|
||||
printf("Set cube values: %i, %i, %i \n",i,j,k);
|
||||
|
||||
//Determine the index into the edge table which
|
||||
//tells us which vertices are inside of the surface
|
||||
|
Loading…
Reference in New Issue
Block a user