#include "Planets.h" int main() { Matrix a{ 3, 1, 5.6 }; Earth m_earth{18657, a}; m_earth.calculateAccelerationCC(); return 0; }