Changes in src/ellipsoid.hpp [f66195:357fba]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ellipsoid.hpp
rf66195 r357fba 9 9 #define ELLIPSOID_HPP_ 10 10 11 using namespace std;12 13 /*********************************************** includes ***********************************/14 15 11 // include config.h 16 12 #ifdef HAVE_CONFIG_H … … 18 14 #endif 19 15 20 #include <gsl/gsl_vector.h> 21 22 /****************************************** forward declarations *****************************/ 23 24 class LinkedCell; 25 class Vector; 26 27 /********************************************** declarations *******************************/ 16 #include "linkedcell.hpp" 17 #include "vector.hpp" 28 18 29 19 double SquaredDistanceToEllipsoid(Vector &x, Vector &EllipsoidCenter, double *EllipsoidLength, double *EllipsoidAngle);
Note:
See TracChangeset
for help on using the changeset viewer.