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") ,
|
||||
is_dashdash(false) ,
|
||||
line_no(0) ,
|
||||
io(3) ,
|
||||
io(15) ,
|
||||
type_enum_string("TRICK_VOID") ,
|
||||
is_bitfield(0) ,
|
||||
bitfield_width(0) ,
|
||||
|
Reference in New Issue
Block a user