Fix LEO propagation loss

This commit is contained in:
Tim Schubert 2020-08-19 11:39:02 +02:00
parent a92c54703f
commit ad22221f42
6 changed files with 65 additions and 28 deletions

View file

@ -62,7 +62,7 @@ int main(int argc, char *argv[])
outfile << "Time,Satellite,x,y,z,Speed" << std::endl;
Simulator::Stop (Hours (24));
Simulator::Stop (Hours (1));
Simulator::Run ();
Simulator::Destroy ();
}