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:
committed by
Bård Skaflestad
parent
37d7f4d8e2
commit
619ce07938
@@ -209,7 +209,7 @@ compute_cell_geometry(int ndims, double *coords,
|
|||||||
subnormal_sign += w[i]*fnormals[3*face+i];
|
subnormal_sign += w[i]*fnormals[3*face+i];
|
||||||
}
|
}
|
||||||
|
|
||||||
if(subnormal_sign<0){
|
if (subnormal_sign < 0.0) {
|
||||||
tet_volume = - tet_volume;
|
tet_volume = - tet_volume;
|
||||||
}
|
}
|
||||||
if (neighbors[2*face + 0] != c) {
|
if (neighbors[2*face + 0] != c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user