Skip to content
Snippets Groups Projects
Commit 0da5bfef authored by Claus Jonathan Fritzemeier's avatar Claus Jonathan Fritzemeier
Browse files

minor change

parent ed175684
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,11 @@ ...@@ -29,10 +29,11 @@
# The function .parseBoolean() is inspired by the function # The function .parseBoolean() is inspired by the function
# parseBoolean() contained in the COBRA Toolbox. # parseBoolean() contained in the COBRA Toolbox.
# The algorithm is the same. # The algorithm is the same.
#
# 2015-06-17 CJF: added handling for emtpy gprRule like "( )"
.parseBoolean <- function(gprRule, tokens = "()&|~") { .parseBoolean <- function(gprRule, tokens = "()&|~") {
print(gprRule)
#.parseBoolean <- function(gprRule, #.parseBoolean <- function(gprRule,
# tokens = "()&|~", # tokens = "()&|~",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment