11 lines
92 B
C++
11 lines
92 B
C++
#include "Propagator.h"
|
|
|
|
namespace sim {
|
|
|
|
Propagator::Propagator()
|
|
{
|
|
|
|
}
|
|
|
|
} // namespace sim
|