Trimmed distance mapped back to 1.0

This commit is contained in:
James McClure
2014-09-25 00:00:05 -04:00
parent 6472356f60
commit a31715c752

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] -= (0.5); //
for (i=0; i<N; i++) SignDist.data[i] -= (1.0); //
//.......................................................................
//...........................................................................