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

Commit

Permalink
fix unterminated #ifndef VESUVIUS_H
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperOptimizer committed Nov 20, 2024
1 parent 4df955e commit 5482d80
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 5482d80

Please sign in to comment.