Fix error message.

This commit is contained in:
Atgeirr Flø Rasmussen
2012-01-31 22:30:24 +01:00
parent 02a94c1f79
commit 7eb2d297bf

View File

@@ -215,7 +215,7 @@ compute_cell_geometry(int ndims, double *coords,
volume += tet_volume;
if(!(volume>0)){
fprintf(stderr, "Internal error in mex_compute_geometry: negative volume\n");
fprintf(stderr, "Internal error in compute_cell_geometry: negative volume\n");
}
/* face centroid of triangle */