including nearly_zero.h from application tree.

This commit is contained in:
Dave Schuyler 2003-06-11 02:30:32 +00:00
parent c3baff5194
commit 3f0d964d03

View File

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