mirror of
https://github.com/nasa/trick.git
synced 2024-12-22 14:32:24 +00:00
9 lines
134 B
C++
9 lines
134 B
C++
|
|
||
|
#include <string>
|
||
|
|
||
|
#include "trick/MonteMonitor.hh"
|
||
|
|
||
|
Trick::MonteMonitor::MonteMonitor() {
|
||
|
command += std::string("trick-mm");
|
||
|
}
|