Skip to content

Commit

Permalink
mris_info.cpp. #NF. Now prints out the number of intersections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Oct 13, 2021
1 parent 846ca9e commit b964143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mris_info/mris_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ int main(int argc, char *argv[]) {
fprintf(fp,"stdvtxdist %lf\n",InterVertexDistStdDev);
fprintf(fp,"vtx0xyz %f %f %f\n",mris->vertices[0].x,mris->vertices[0].y,
mris->vertices[0].z);
fprintf(fp,"num_intersecting_faces %d\n",mrisMarkIntersections(mris));

if (outfile != NULL) fclose(fp);

Expand Down

0 comments on commit b964143

Please sign in to comment.