From 00d5aaa2925456be60a370f260cf1377defea7ce Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 31 Aug 2009 16:55:16 +0000
Subject: [PATCH] doc

---
 Common/StringUtils.cpp      |  2 +-
 doc/VERSIONS.txt            |  5 +++--
 doc/texinfo/opt_plugin.texi |  6 +++---
 doc/texinfo/opt_solver.texi | 25 +++++++++++++++++++++++++
 4 files changed, 32 insertions(+), 6 deletions(-)

diff --git a/Common/StringUtils.cpp b/Common/StringUtils.cpp
index 34067658b1..fa9483fcb6 100644
--- a/Common/StringUtils.cpp
+++ b/Common/StringUtils.cpp
@@ -82,7 +82,7 @@ std::string FixRelativePath(std::string reference, std::string in)
     return in;
   }
   else{
-    // append 'in' to the path of the parent file
+    // append 'in' to the path of the reference file
     std::vector<std::string> split = SplitFileName(reference);
     return split[0] + in;
   }
diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index 661b0da3d5..11817a914f 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,7 +1,8 @@
-$Id: VERSIONS.txt,v 1.57 2009-08-30 15:10:46 geuzaine Exp $
+$Id: VERSIONS.txt,v 1.58 2009-08-31 16:55:16 geuzaine Exp $
 
 2.4.1 (Aug 31, 2009): fixed surface mesh orientation bug introduced in
-2.4.0; code refactoring and small bug fixes.
+2.4.0; mesh and graphics code refactoring, small usability
+enhancements and bug fixes.
 
 2.4.0 (Aug 22, 2009): switched build system to CMake; optionally copy
 transfinite mesh contraints during geometry transformations; bumped
diff --git a/doc/texinfo/opt_plugin.texi b/doc/texinfo/opt_plugin.texi
index e56f39ab62..33084bb987 100644
--- a/doc/texinfo/opt_plugin.texi
+++ b/doc/texinfo/opt_plugin.texi
@@ -585,10 +585,10 @@ Default value: @code{0}
 Default value: @code{0}
 @item ComputeGenerators
 Default value: @code{1}
-@item ComputeThickCuts
+@item ComputeDualGenerators
+Default value: @code{0}
+@item ComputeBettiNumbers
 Default value: @code{0}
-@item OmitDimensions
-Default value: @code{1}
 @end table
 
 @item Plugin(Integrate)
diff --git a/doc/texinfo/opt_solver.texi b/doc/texinfo/opt_solver.texi
index 99908cfa5b..0e7725dda6 100644
--- a/doc/texinfo/opt_solver.texi
+++ b/doc/texinfo/opt_solver.texi
@@ -28,6 +28,11 @@ System command to launch solver 0 (should not contain the `&' character)@*
 Default value: @code{"getdp"}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Solver.InputName0
+Default input file name for solver 0@*
+Default value: @code{""}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Solver.Extension0
 Default file name extension for solver 0@*
 Default value: @code{".pro"}@*
@@ -148,6 +153,11 @@ System command to launch solver 1 (should not contain the `&' character)@*
 Default value: @code{""}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Solver.InputName1
+Default input file name for solver 1@*
+Default value: @code{""}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Solver.Extension1
 Default file name extension for solver 1@*
 Default value: @code{""}@*
@@ -268,6 +278,11 @@ System command to launch solver 2 (should not contain the `&' character)@*
 Default value: @code{""}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Solver.InputName2
+Default input file name for solver 2@*
+Default value: @code{""}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Solver.Extension2
 Default file name extension for solver 2@*
 Default value: @code{""}@*
@@ -388,6 +403,11 @@ System command to launch solver 3 (should not contain the `&' character)@*
 Default value: @code{""}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Solver.InputName3
+Default input file name for solver 3@*
+Default value: @code{""}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Solver.Extension3
 Default file name extension for solver 3@*
 Default value: @code{""}@*
@@ -508,6 +528,11 @@ System command to launch solver 4 (should not contain the `&' character)@*
 Default value: @code{""}@*
 Saved in: @code{General.OptionsFileName}
 
+@item Solver.InputName4
+Default input file name for solver 4@*
+Default value: @code{""}@*
+Saved in: @code{General.OptionsFileName}
+
 @item Solver.Extension4
 Default file name extension for solver 4@*
 Default value: @code{""}@*
-- 
GitLab