From 3fdb646f318925ea8ebdca1b21e8a6adb718e37b Mon Sep 17 00:00:00 2001
From: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@hhu.de>
Date: Tue, 31 Mar 2015 18:41:47 +0200
Subject: [PATCH] documentation of hasEffect in optsol_genedel is now clearer.

---
 inst/NEWS.Rd                | 1 +
 man/optsol_genedel-class.Rd | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd
index 24f4614..0182814 100644
--- a/inst/NEWS.Rd
+++ b/inst/NEWS.Rd
@@ -13,6 +13,7 @@
     \item additional example for readProb and writeProb.
     \item modified \code{multiDel} to not use \code{require}
     \item \code{doubleFluxDel} had a bug if \code{react1} or \code{react2} contained duplicated entries.
+    \item documentation of \code{hasEffect} in \code{optsol_genedel} is now clearer.
   }
 }
 
diff --git a/man/optsol_genedel-class.Rd b/man/optsol_genedel-class.Rd
index 0ba5415..0e71588 100644
--- a/man/optsol_genedel-class.Rd
+++ b/man/optsol_genedel-class.Rd
@@ -42,7 +42,8 @@
     }
     \item{\code{hasEffect}:}{
       Object of class \code{"logical"} indicating whether deletion of
-      gene \code{i} has an effect or not.
+      gene \code{i} has an effect or not. This is determined on basis of the 
+      \code{gprRules} and not by optimizations.
     }
     \item{\code{chlb}:}{Object of class \code{"numeric"}
       containing the new (changed) values for the columns lower bounds.
-- 
GitLab