Newer
Older
#include "Planets.h"
{
Matrix a{ 3, 1, 5.6 };
Earth m_earth{18657, a};
GASpiridonov
committed
m_earth.calculateAccelerationCC();
#include "Planets.h"
{
Matrix a{ 3, 1, 5.6 };
Earth m_earth{18657, a};
m_earth.calculateAccelerationCC();