Insert white-space for readability.

git-svn-id: http://svn.sintef.no/simmatlab/branches/mrst-reorg/mex/libgeometry@9312 ea62cf4e-aff8-4dd6-bb37-af94872dbd4c

Signed-off-by: Bård Skaflestad <Bard.Skaflestad@sintef.no>
This commit is contained in:
Bård Skaflestad
2012-06-25 20:01:02 +00:00
committed by Bård Skaflestad
parent 37d7f4d8e2
commit 619ce07938

View File

@@ -209,7 +209,7 @@ compute_cell_geometry(int ndims, double *coords,
subnormal_sign += w[i]*fnormals[3*face+i];
}
if(subnormal_sign<0){
if (subnormal_sign < 0.0) {
tet_volume = - tet_volume;
}
if (neighbors[2*face + 0] != c) {