OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ExecutionBarrier.h
Go to the documentation of this file.
1#pragma once
2
4{
5public:
6 virtual bool AllowExecution(int currentTimestep) = 0;
7};
Definition ExecutionBarrier.h:4
virtual bool AllowExecution(int currentTimestep)=0