1 %{
2 
3 /* Includes the header in the wrapper code */
4 #include "chrono/core/ChFrameMoving.h"
5 
6 using namespace chrono;
7 
8 %}
9 
10 
11 /* Parse the header file to generate wrappers */
12  %include "../../chrono/core/ChFrameMoving.h"
13 
14 
15 
16 
17 %template(ChFrameMovingD) chrono::ChFrameMoving<double>;
18 // %template(ChFrameMovingF) chrono::ChFrameMoving<float>;
19 
20