qtrocket/sim/Propagator.cpp
2023-04-07 17:08:44 -06:00

11 lines
92 B
C++

#include "Propagator.h"
namespace sim {
Propagator::Propagator()
{
}
} // namespace sim