Browse Source

Missing inlines

Former-commit-id: e0985a909c055341722ed01412f4f974bbd9d8f8
Alec Jacobson 9 years ago
parent
commit
5bbf331fa7

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

@@ -51,9 +51,9 @@ namespace igl
         // 2: louder
         // 2: louder
         int verbosity;
         int verbosity;
       public:
       public:
-        BBWData();
+        inline BBWData();
         // Print current state of object
         // Print current state of object
-        void print();
+        inline void print();
     };
     };
 
 
     // Compute Bounded Biharmonic Weights on a given domain (V,Ele) with a given
     // 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 detect_only;
         bool first_only;
         bool first_only;
         bool stitch_all;
         bool stitch_all;
-        RemeshSelfIntersectionsParam(
+        inline RemeshSelfIntersectionsParam(
           bool _detect_only=false, 
           bool _detect_only=false, 
           bool _first_only=false,
           bool _first_only=false,
           bool _stitch_all=false):
           bool _stitch_all=false):

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

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