Updated morphological analysis pre-processor

This commit is contained in:
James E McClure
2016-05-23 15:07:15 -04:00
parent 46a1732591
commit b50fc1996b

View File

@@ -155,7 +155,7 @@ int main(int argc, char **argv)
if (SignDist(i,j,k) < 0.0) id[n] = 0;
else{
// initially saturated with wetting phase
//id[n] = 2;
id[n] = 2;
count++;
}
}