Skip to content

Commit

Permalink
add isGml2 flag to logicle
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Jan 10, 2019
1 parent ad22c36 commit ddf62cc
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 54 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RProtoBufLib
Type: Package
Title: C++ headers and static libraries of Protocol buffers
Version: 2.1.5
Version: 2.1.6
Author: Mike Jiang
Maintainer: Mike Jiang <[email protected]>
Description: This package provides the headers and static library of
Expand Down
34 changes: 34 additions & 0 deletions inst/include/GatingSet.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

142 changes: 90 additions & 52 deletions src/GatingSet_pb_lib/GatingSet.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/GatingSet_pb_lib/GatingSet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ message logicleTrans{
optional float W= 2;
optional float M = 3;
optional float A = 4;
optional float bins = 5;;
optional float bins = 5;
optional bool isGml2 = 6;
}
message transformation{
optional calibrationTable calTbl = 1;
Expand Down

0 comments on commit ddf62cc

Please sign in to comment.