mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
940afad3f5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user