Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from SuperOptimizer/fix_ifdef3
Browse files Browse the repository at this point in the history
fix unterminated #ifndef VESUVIUS_H
  • Loading branch information
stephenrparsons authored Nov 21, 2024
2 parents 4df955e + 5482d80 commit 3028eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vesuvius-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,8 @@ void reset_mesh_origin_to_roi(TriangleMesh *mesh, const RegionOfInterest *roi) {
}
}

#endif

#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
Expand Down

0 comments on commit 3028eb0

Please sign in to comment.