Jelajahi Sumber

Missing inlines

Former-commit-id: e0985a909c055341722ed01412f4f974bbd9d8f8
Alec Jacobson 9 tahun lalu
induk
melakukan
5bbf331fa7

+ 2 - 2
include/igl/bbw/bbw.h

@@ -51,9 +51,9 @@ namespace igl
         // 2: louder
         int verbosity;
       public:
-        BBWData();
+        inline BBWData();
         // Print current state of object
-        void print();
+        inline void print();
     };
 
     // Compute Bounded Biharmonic Weights on a given domain (V,Ele) with a given

+ 1 - 1
include/igl/copyleft/cgal/RemeshSelfIntersectionsParam.h

@@ -21,7 +21,7 @@ namespace igl
         bool detect_only;
         bool first_only;
         bool stitch_all;
-        RemeshSelfIntersectionsParam(
+        inline RemeshSelfIntersectionsParam(
           bool _detect_only=false, 
           bool _first_only=false,
           bool _stitch_all=false):

+ 1 - 1
include/igl/mosek/mosek_quadprog.h

@@ -28,7 +28,7 @@ namespace igl
       // Double parameters
       std::map<MSKdparame,double> douparam;
       // Default values
-      MosekData();
+      inline MosekData();
     };
     // Solve a convex quadratic optimization problem with linear and constant
     // bounds, that is: