Skip to content

Commit

Permalink
add isInverse flag to logicleTrans archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Jan 16, 2019
1 parent ddf62cc commit 837bf97
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 53 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.6
Version: 2.1.7
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.

141 changes: 89 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.

2 changes: 2 additions & 0 deletions src/GatingSet_pb_lib/GatingSet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ message logicleTrans{
optional float A = 4;
optional float bins = 5;
optional bool isGml2 = 6;
optional bool isInverse = 7;

}
message transformation{
optional calibrationTable calTbl = 1;
Expand Down

0 comments on commit 837bf97

Please sign in to comment.