control/Control Vectorial/control_vectorial_sg_rtw/Options.hpp
2025-09-03 11:47:17 +02:00

14 lines
256 B
C++

#ifndef __OPTIONS_H___
#define __OPTIONS_H___
#include "simstruc_types.h"
#ifndef MT
#define MT 0 /* MT may be undefined by simstruc_types.h */
#endif
#include "control_vectorial.h"
#define FULLMULTITHREAD 1
#endif // __OPTIONS_H___