Medusa  1.1
Coordinate Free Mehless Method implementation
PolyhedronShape.cpp
Go to the documentation of this file.
1 #include "medusa/bits/domains/PolytopeShape.hpp"
2 #include "medusa/bits/domains/PolyhedronShape.hpp"
4 
10 namespace mm {
11 
12 template class PolyhedronShape<Vec3d>;
13 template class PolytopeShape<Vec3d>;
14 
15 } // namespace mm
mm
Root namespace for the whole library.
Definition: Gaussian.hpp:14
Vec.hpp