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++
|
||||
job_class_order {
|
||||
my_job_class_1 ;
|
||||
my_job_class_2 ;
|
||||
scheduled ;
|
||||
my_job_class_3 ;
|
||||
}
|
||||
my_job_class_1 ,
|
||||
my_job_class_2 ,
|
||||
scheduled ,
|
||||
my_job_class_3
|
||||
};
|
||||
```
|
||||
|
||||
### Simulation Object C++ properties
|
||||
|
Loading…
Reference in New Issue
Block a user