mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
ICG not setting default checkpointing io correctly. #308
Changed the default io value from 3 which left out checkpointing to 15 which does include checkpointing.
This commit is contained in:
parent
54553b5fa9
commit
256c83a876
@ -43,7 +43,7 @@ FieldDescription::FieldDescription(
|
||||
units("1") ,
|
||||
is_dashdash(false) ,
|
||||
line_no(0) ,
|
||||
io(3) ,
|
||||
io(15) ,
|
||||
type_enum_string("TRICK_VOID") ,
|
||||
is_bitfield(0) ,
|
||||
bitfield_width(0) ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user