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

19 lines
175 B
C++

#ifndef SIM_PROPAGATOR_H
#define SIM_PROPAGATOR_H
namespace sim
{
class Propagator
{
public:
Propagator();
private:
};
} // namespace sim
#endif // SIM_PROPAGATOR_H