We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b9ef7 commit c1667d5Copy full SHA for c1667d5
src/sst/core/interactiveAction.h
@@ -32,6 +32,7 @@ class InteractiveAction : public Action
32
Create a new InteractiveAction object for the simulation core to initiate interactive mode
33
*/
34
InteractiveAction(Simulation_impl* sim, const std::string& msg) :
35
+ Action(),
36
sim_(sim),
37
msg_(msg)
38
{
0 commit comments