mirror of
https://github.com/nasa/trick.git
synced 2025-01-06 13:18:46 +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
122033701b
commit
6dc3d85cd3
@ -28,7 +28,7 @@ FieldDescription::FieldDescription(
|
||||
virtual_inherited(in_virtual_inherited) ,
|
||||
units("--") ,
|
||||
line_no(0) ,
|
||||
io(3) ,
|
||||
io(15) ,
|
||||
type_enum_string("TRICK_VOID") ,
|
||||
is_bitfield(0) ,
|
||||
bitfield_width(0) ,
|
||||
|
Loading…
Reference in New Issue
Block a user