Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Thomas Brain 2022-09-01 09:37:08 -05:00
commit 940afad3f5

View File

@ -381,11 +381,11 @@ in the table is the default ordering.
```C++ ```C++
job_class_order { job_class_order {
my_job_class_1 ; my_job_class_1 ,
my_job_class_2 ; my_job_class_2 ,
scheduled ; scheduled ,
my_job_class_3 ; my_job_class_3
} };
``` ```
### Simulation Object C++ properties ### Simulation Object C++ properties