From 6dc3d85cd361ad532983702bab7f904bdbed29cc Mon Sep 17 00:00:00 2001 From: Alex Lin Date: Tue, 13 Sep 2016 16:33:24 -0500 Subject: [PATCH] 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. --- trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp b/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp index ee5ceb3c..314eb388 100644 --- a/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp +++ b/trick_source/codegen/Interface_Code_Gen/FieldDescription.cpp @@ -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) ,