aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authordiener <diener@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-11-03 20:18:36 +0000
committerdiener <diener@b7a48df3-cbbf-4440-997f-b4b717c9f7fc>2003-11-03 20:18:36 +0000
commit946022cb0e32c71ba518fcb4ab849f2db6429ff8 (patch)
tree20e1d490f1146d5f9b090d827dcb54b1a2ee65fd /configuration.ccl
parent090eb6e87e6326df3f24ec0ecdac9b58a6761da9 (diff)
Fixed the fuzzy comparison of the mask, since 'if (emask.ne.1)' has to be
translated into 'if (abs(emask-1)>0.001)' instead of the previous suggestions of 'if (abs(emask-1)<0.001)' or 'if(abs(emask)<0.001)'. Also changed the width of the boundary to 1 instead of 0 in the calls to Boundary_SelectGroupForBC. Otherwise the boundary conditions are not applied. Please run the testsuites before committing stuff like this. In this case the errors could have easily been caught before committing, since the testsuites for ADMConstraints were in fact all broken. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMConstraints/trunk@98 b7a48df3-cbbf-4440-997f-b4b717c9f7fc
Diffstat (limited to 'configuration.ccl')
0 files changed, 0 insertions, 0 deletions