Changeset 17b3a5c for molecuilder/src/ellipsoid.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
-
molecuilder/src/ellipsoid.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/ellipsoid.hpp
r70b7aa r17b3a5c 9 9 #define ELLIPSOID_HPP_ 10 10 11 using namespace std; 12 13 /*********************************************** includes ***********************************/ 14 11 15 // include config.h 12 16 #ifdef HAVE_CONFIG_H … … 14 18 #endif 15 19 16 #include "linkedcell.hpp" 17 #include "vector.hpp" 20 #include <gsl/gsl_vector.h> 21 22 /****************************************** forward declarations *****************************/ 23 24 class LinkedCell; 25 class Vector; 26 27 /********************************************** declarations *******************************/ 18 28 19 29 double SquaredDistanceToEllipsoid(Vector &x, Vector &EllipsoidCenter, double *EllipsoidLength, double *EllipsoidAngle);
Note:
See TracChangeset
for help on using the changeset viewer.
