*** empty log message ***

This commit is contained in:
Darren Ranalli 2001-01-29 23:28:31 +00:00
parent 5b1e6e3be2
commit 48f06cc90a

View File

@ -1,6 +1,6 @@
// Filename: LinearDistanceForce.I // Filename: LinearDistanceForce.I
// Created by: charles (21Jun00) // Created by: charles (21Jun00)
// //
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
@ -38,7 +38,7 @@ set_force_center(const LPoint3f& p) {
// Access : public // Access : public
// Description : falloff_type query // Description : falloff_type query
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
INLINE FalloffType LinearDistanceForce:: INLINE LinearDistanceForce::FalloffType LinearDistanceForce::
get_falloff_type(void) const { get_falloff_type(void) const {
return _falloff; return _falloff;
} }