Closer to solid for better area estimate

This commit is contained in:
James E McClure
2014-09-18 16:41:40 -04:00
parent 3c908b5d83
commit 78bfcfcd20

View File

@@ -1247,7 +1247,7 @@ int main(int argc, char **argv)
InitD3Q7(ID, B_even, B_odd, &Den[N], Nx, Ny, Nz);
// Once phase has been initialized, map solid to account for 'smeared' interface
//......................................................................
for (i=0; i<N; i++) SignDist.data[i] -= (1.0); //
for (i=0; i<N; i++) SignDist.data[i] -= (0.5); //
//.......................................................................
//...........................................................................