Răsfoiți Sursa

including nearly_zero.h from application tree.

Dave Schuyler 22 ani în urmă
părinte
comite
3f0d964d03
1 a modificat fișierele cu 2 adăugiri și 3 ștergeri
  1. 2 3
      panda/src/physics/linearCylinderVortexForce.cxx

+ 2 - 3
panda/src/physics/linearCylinderVortexForce.cxx

@@ -18,7 +18,7 @@
 
 #include "config_physics.h"
 #include "linearCylinderVortexForce.h"
-#include <nearly_zero.h>
+#include "nearly_zero.h"
 
 TypeHandle LinearCylinderVortexForce::_type_handle;
 
@@ -31,8 +31,7 @@ LinearCylinderVortexForce::
 LinearCylinderVortexForce(float radius, float length, float coef,
                     float a, bool md) :
   LinearForce(a, md),
-  _radius(radius), _length(length), _coef(coef)
-{
+  _radius(radius), _length(length), _coef(coef) {
 }
 
 ////////////////////////////////////////////////////////////////////