qtrocket/model/Rocket.cpp

9 lines
96 B
C++

#include "Rocket.h"
Rocket::Rocket()
{
propagator.setTimeStep(0.01);
//propagator.set
}