You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
/* FLAG_DELTA_X_SOLVER */"value specifies the delta x value for numerical differentiation used by integrator. The default values is sqrt(DBL_EPSILON).",
148
149
/* FLAG_EMBEDDED_SERVER */"enables an embedded server. Valid values: none, opc-da [broken], opc-ua [experimental], or the path to a shared object.",
149
150
/* FLAG_EMBEDDED_SERVER_PORT */"[int (default 4841)] value specifies the port number used by the embedded server",
151
+
/* FLAG_MAT_SYNC */"[int (default 0)] syncs the mat file header after emitting every N time-points (default disabled)",
150
152
/* FLAG_EMIT_PROTECTED */"emits protected variables to the result-file",
151
153
/* FLAG_F */"value specifies a new setup XML file to the generated simulation code",
152
154
/* FLAG_HELP */"get detailed information that specifies the command-line flag",
" * filename - path to a shared object implementing the embedded server interface (requires access to internal OMC data-structures if you want to read or write data)",
268
270
/* FLAG_EMBEDDED_SERVER_PORT */
269
271
" Value specifies the port number used by the embedded server. The default value is 4841.",
272
+
/* FLAG_MAT_SYNC */
273
+
" Syncs the mat file header after emitting every N time-points.",
270
274
/* FLAG_EMIT_PROTECTED */
271
275
" Emits protected variables to the result-file.",
272
276
/* FLAG_F */
@@ -515,6 +519,7 @@ const int FLAG_TYPE[FLAG_MAX] = {
0 commit comments