Remove some long-disabled code that only served to

confuse the reader.
This commit is contained in:
Bård Skaflestad 2012-06-26 20:57:00 +02:00
parent f6a7a48831
commit 0e308c3be1

View File

@ -198,14 +198,10 @@ compute_cell_geometry(int ndims, double *coords,
cross(u,v,w);
tet_volume = 0;
for(i=0; i<ndims; ++i){
tet_volume += 0.5/3 * w[i]*(x[i]-xcell[i]);
/*tet_volume += 0.5/3 * w[i]*(x[i]-xcell[i]);*/
}
/*tet_volume = fabs(tet_volume);*/
subnormal_sign=0.0;
for(i=0; i<ndims; ++i){