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:
Alex Lin 2016-09-13 16:33:24 -05:00
parent 122033701b
commit 6dc3d85cd3

View File

@ -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) ,