mirror of
https://github.com/nasa/trick.git
synced 2025-06-21 16:39:37 +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:
@ -43,7 +43,7 @@ FieldDescription::FieldDescription(
|
|||||||
units("1") ,
|
units("1") ,
|
||||||
is_dashdash(false) ,
|
is_dashdash(false) ,
|
||||||
line_no(0) ,
|
line_no(0) ,
|
||||||
io(3) ,
|
io(15) ,
|
||||||
type_enum_string("TRICK_VOID") ,
|
type_enum_string("TRICK_VOID") ,
|
||||||
is_bitfield(0) ,
|
is_bitfield(0) ,
|
||||||
bitfield_width(0) ,
|
bitfield_width(0) ,
|
||||||
|
Reference in New Issue
Block a user