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:37:59 -05:00
parent 54553b5fa9
commit 256c83a876

View File

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