Browse Source

bad include guard in point_in_poly

Former-commit-id: 3077741e994b50f7c3c5f2cab8ea7ba4bbe1ff32
Alec Jacobson (jalec 11 years ago
parent
commit
57eb03d34b
2 changed files with 2 additions and 2 deletions
  1. 2 2
      include/igl/point_in_poly.h
  2. 0 0
      scripts/make_j.sh

+ 2 - 2
include/igl/point_in_poly.h

@@ -1,5 +1,5 @@
-#ifndef IGL_POINT_IN_CIRCLE_H
-#define IGL_POINT_IN_CIRCLE_H
+#ifndef IGL_POINT_IN_POLY_H
+#define IGL_POINT_IN_POLY_H
 #include "igl_inline.h"
 
 #include <vector>

+ 0 - 0
scripts/time.sh → scripts/make_j.sh