updated porosity calculation

This commit is contained in:
James McClure
2014-06-02 08:02:10 -04:00
parent 2a2786f21e
commit 80d620754a

View File

@@ -452,7 +452,7 @@ int main(int argc, char **argv)
id[n] = 2;
}
// compute the porosity (actual interface location used)
if (SignDist.data[n] > 1.0){
if (SignDist.data[n] > -1.0){
sum++;
}
}