diff --git a/dart/src/wSolver.h b/dart/src/wSolver.h
index a988bca35ca31da632428397681752ba3038651c..1b0df24a7d786e1026fc484aec6974031ba44169 100644
--- a/dart/src/wSolver.h
+++ b/dart/src/wSolver.h
@@ -81,6 +81,8 @@ public:
     void save(tbox::MshExport *mshWriter, std::string const &suffix = "");
 
     int getRow(size_t i) const { return rows[i]; };
+    void setRelTol(double const rtol) { relTol = rtol; }
+    void setAbsTol(double const atol) { absTol = atol; }
 
 protected:
     void computeFlow();