r46274 - in /packages/gmsh-tetgen/trunk/debian/patches: add-missing-headers.patch alauzet.patch api_demos.patch delete_gl2ps_from_source.patch fix_FTBFS_linking.patch fix_libdir.patch fix_spelling_errors.patch

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Fri Sep 13 16:35:28 UTC 2013


Author: trophime-guest
Date: Fri Sep 13 16:35:27 2013
New Revision: 46274

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46274
Log:
update patches

Modified:
    packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch
    packages/gmsh-tetgen/trunk/debian/patches/alauzet.patch
    packages/gmsh-tetgen/trunk/debian/patches/api_demos.patch
    packages/gmsh-tetgen/trunk/debian/patches/delete_gl2ps_from_source.patch
    packages/gmsh-tetgen/trunk/debian/patches/fix_FTBFS_linking.patch
    packages/gmsh-tetgen/trunk/debian/patches/fix_libdir.patch
    packages/gmsh-tetgen/trunk/debian/patches/fix_spelling_errors.patch

Modified: packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/add-missing-headers.patch	Fri Sep 13 16:35:27 2013
@@ -3,11 +3,11 @@
 Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-06-24
 
-Index: gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/CMakeLists.txt	2013-07-18 16:03:09.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt	2013-07-18 16:08:46.000000000 +0200
-@@ -94,11 +94,12 @@
+--- gmsh-tetgen-2.8.3~svn16711.orig/CMakeLists.txt	2013-09-13 18:34:18.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt	2013-09-13 18:34:18.000000000 +0200
+@@ -99,11 +99,12 @@
    ${CMAKE_CURRENT_BINARY_DIR}/Common/GmshVersion.h
    Common/Gmsh.h Common/Context.h Common/GmshDefines.h Common/GmshMessage.h
      Common/VertexArray.h Common/Octree.h Common/OctreeInternals.h 
@@ -21,7 +21,7 @@
    Geo/GModel.h Geo/GEntity.h Geo/GPoint.h Geo/GVertex.h Geo/GEdge.h 
      Geo/GFace.h Geo/GRegion.h Geo/GEdgeLoop.h Geo/GEdgeCompound.h 
      Geo/GFaceCompound.h Geo/GRegionCompound.h Geo/GRbf.h Geo/MVertex.h
-@@ -115,7 +116,7 @@
+@@ -120,7 +121,7 @@
      Mesh/meshGFaceElliptic.h Mesh/meshPartition.h Mesh/meshGFaceDelaunayInsertion.h 
      Mesh/simple3D.h Mesh/meshPartitionOptions.h Mesh/directions3D.h Mesh/yamakawa.h
      Mesh/Voronoi3D.h Mesh/Levy3D.h Mesh/periodical.h Mesh/meshMetric.h
@@ -30,7 +30,7 @@
    Solver/dofManager.h Solver/femTerm.h Solver/laplaceTerm.h Solver/elasticityTerm.h
      Solver/crossConfTerm.h Solver/orthogonalTerm.h
      Solver/linearSystem.h Solver/linearSystemGMM.h Solver/linearSystemCSR.h 
-@@ -123,8 +124,8 @@
+@@ -128,8 +129,8 @@
      Solver/groupOfElements.h Solver/linearSystemPETSc.h
    Post/PView.h Post/PViewData.h Plugin/PluginManager.h Post/OctreePost.h 
    Post/PViewDataGModel.h Post/PViewOptions.h Post/ColorTable.h

Modified: packages/gmsh-tetgen/trunk/debian/patches/alauzet.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/alauzet.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/alauzet.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/alauzet.patch	Fri Sep 13 16:35:27 2013
@@ -1,8 +1,8 @@
-Index: gmsh-tetgen-2.8.2~svn16203/Mesh/Field.cpp
+Index: gmsh-tetgen-2.8.3~svn16711/Mesh/Field.cpp
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/Mesh/Field.cpp	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/Mesh/Field.cpp	2013-07-18 15:58:49.000000000 +0200
-@@ -480,6 +480,55 @@
+--- gmsh-tetgen-2.8.3~svn16711.orig/Mesh/Field.cpp	2013-09-13 18:34:17.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/Mesh/Field.cpp	2013-09-13 18:34:17.000000000 +0200
+@@ -485,6 +485,55 @@
    }
  };
  
@@ -58,7 +58,7 @@
  class FrustumField : public Field
  {
    double x1,y1,z1;
-@@ -1281,17 +1330,21 @@
+@@ -1286,17 +1335,21 @@
    }
    virtual void operator() (double x, double y, double z, SMetric3 &metr, GEntity *ge=0)
    {
@@ -80,7 +80,7 @@
  	}
  	v = intersection_conserve_mostaniso(v,ff);
        }
-@@ -1329,6 +1382,77 @@
+@@ -1334,6 +1387,77 @@
    }
  };
  
@@ -158,7 +158,7 @@
  class MinField : public Field
  {
    std::list<int> idlist;
-@@ -1347,7 +1471,18 @@
+@@ -1352,7 +1476,18 @@
      double v = MAX_LC;
      for(std::list<int>::iterator it = idlist.begin(); it != idlist.end(); it++) {
        Field *f = (GModel::current()->getFields()->get(*it));
@@ -178,7 +178,7 @@
      }
      return v;
    }
-@@ -1375,7 +1510,18 @@
+@@ -1380,7 +1515,18 @@
      double v = -MAX_LC;
      for(std::list<int>::iterator it = idlist.begin(); it != idlist.end(); it++) {
        Field *f = (GModel::current()->getFields()->get(*it));
@@ -198,7 +198,7 @@
      }
      return v;
    }
-@@ -2051,6 +2197,7 @@
+@@ -2148,6 +2294,7 @@
  #endif
    map_type_name["Box"] = new FieldFactoryT<BoxField>();
    map_type_name["Cylinder"] = new FieldFactoryT<CylinderField>();
@@ -206,7 +206,7 @@
    map_type_name["Frustum"] = new FieldFactoryT<FrustumField>();
    map_type_name["LonLat"] = new FieldFactoryT<LonLatField>();
  #if defined(HAVE_POST)
-@@ -2060,6 +2207,7 @@
+@@ -2157,6 +2304,7 @@
    map_type_name["Restrict"] = new FieldFactoryT<RestrictField>();
    map_type_name["Min"] = new FieldFactoryT<MinField>();
    map_type_name["MinAniso"] = new FieldFactoryT<MinAnisoField>();
@@ -214,10 +214,10 @@
    map_type_name["Max"] = new FieldFactoryT<MaxField>();
    map_type_name["Laplacian"] = new FieldFactoryT<LaplacianField>();
    map_type_name["Mean"] = new FieldFactoryT<MeanField>();
-Index: gmsh-tetgen-2.8.2~svn16203/Geo/STensor3.h
+Index: gmsh-tetgen-2.8.3~svn16711/Geo/STensor3.h
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/Geo/STensor3.h	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/Geo/STensor3.h	2013-07-18 15:58:49.000000000 +0200
+--- gmsh-tetgen-2.8.3~svn16711.orig/Geo/STensor3.h	2013-09-13 18:34:17.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/Geo/STensor3.h	2013-09-13 18:34:17.000000000 +0200
 @@ -173,6 +173,8 @@
  // compute the largest inscribed ellipsoid...
  SMetric3 intersection (const SMetric3 &m1,
@@ -227,10 +227,10 @@
  SMetric3 interpolation (const SMetric3 &m1,
                          const SMetric3 &m2,
                          const double t);
-Index: gmsh-tetgen-2.8.2~svn16203/Geo/STensor3.cpp
+Index: gmsh-tetgen-2.8.3~svn16711/Geo/STensor3.cpp
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/Geo/STensor3.cpp	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/Geo/STensor3.cpp	2013-07-18 15:58:49.000000000 +0200
+--- gmsh-tetgen-2.8.3~svn16711.orig/Geo/STensor3.cpp	2013-09-13 18:34:17.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/Geo/STensor3.cpp	2013-09-13 18:34:17.000000000 +0200
 @@ -48,6 +48,27 @@
    return iv;
  }

Modified: packages/gmsh-tetgen/trunk/debian/patches/api_demos.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/api_demos.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/api_demos.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/api_demos.patch	Fri Sep 13 16:35:27 2013
@@ -27,11 +27,23 @@
 ===================================================================
 --- gmsh-tetgen-2.8.2~svn16203.orig/utils/api_demos/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
 +++ gmsh-tetgen-2.8.2~svn16203/utils/api_demos/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-@@ -11,46 +11,81 @@
- 
+@@ -12,44 +12,79 @@
  project(api_demos CXX)
  
--add_subdirectory(../.. "${CMAKE_CURRENT_BINARY_DIR}/gmsh")
+ add_subdirectory(../.. "${CMAKE_CURRENT_BINARY_DIR}/gmsh")
+-
+-include_directories(../../Common ../../Numeric ../../Geo ../../Mesh 
+-   ../../Solver ../../Post ../../Plugin ../../Graphics 
+-   ../../contrib/ANN/include ../../contrib/MathEx ../../contrib/kbipack
+-   ../../contrib/DiscreteIntegration
+-   ${GMSH_EXTERNAL_INCLUDE_DIRS}
+-   ${CMAKE_CURRENT_BINARY_DIR}/gmsh/Common)
+-
+-if(APPLE)
+-  set(glut "-framework GLUT")
+-else(APPLE)
+-  set(glut "glut")
+-endif(APPLE)
 +macro(set_config_option VARNAME STRING)
 +  set(${VARNAME} TRUE)
 +  list(APPEND CONFIG_OPTIONS ${STRING})
@@ -66,22 +78,11 @@
 +  SET_CONFIG_OPTION(HAVE_ANTTWEAKBAR "AntTweakBar")
 +endif()
  
--include_directories(../../Common ../../Numeric ../../Geo ../../Mesh 
--   ../../Solver ../../Post ../../Plugin ../../Graphics ../../contrib/ANN/include
--   ../../contrib/DiscreteIntegration ${GMSH_EXTERNAL_INCLUDE_DIRS}
--   ${CMAKE_CURRENT_BINARY_DIR}/gmsh/Common)
--
--if(APPLE)
--  set(glut "-framework GLUT")
--else(APPLE)
--  set(glut "glut")
--endif(APPLE)
- 
  add_executable(mainVertexArray mainVertexArray.cpp)
 -target_link_libraries(mainVertexArray shared)
 +target_link_libraries(mainVertexArray ${GMSH_EXTERNAL_LIBRARIES})
  
--add_executable(mainAntTweakBar mainAntTweakBar.cpp)
+ add_executable(mainAntTweakBar mainAntTweakBar.cpp)
 -target_link_libraries(mainAntTweakBar shared AntTweakBar ${glut})
 +FIND_PACKAGE(GLUT REQUIRED)
 +if ( ANTTWEAKBAR_FOUND AND GLUT_FOUND)
@@ -100,8 +101,8 @@
 -target_link_libraries(mainElasticity shared)
 +target_link_libraries(mainElasticity ${GMSH_EXTERNAL_LIBRARIES})
  
--add_executable(mainGlut mainGlut.cpp)
--target_link_libraries(mainGlut lib ${GMSH_EXTERNAL_LIBRARIES} ${glut})
+ add_executable(mainGlut mainGlut.cpp)
+-target_link_libraries(mainGlut shared ${glut})
 +if ( GLUT_FOUND )
 +   add_executable(mainGlut mainGlut.cpp)
 +   target_link_libraries(mainGlut  ${glut} ${GMSH_EXTERNAL_LIBRARIES} ${GLUT_LIBRARY} ${GLU_LIBRARY})
@@ -111,15 +112,8 @@
 -target_link_libraries(mainHomology shared)
 +target_link_libraries(mainHomology ${GMSH_EXTERNAL_LIBRARIES})
  
--add_executable(mainLevelset mainLevelset.cpp)
--target_link_libraries(mainLevelset shared)
--
--add_executable(mainOcc mainOcc.cpp)
+ add_executable(mainOcc mainOcc.cpp)
 -target_link_libraries(mainOcc shared)
-+# No DILevelset.h file in gmsh source
-+#add_executable(mainLevelset mainLevelset.cpp)
-+#target_link_libraries(mainLevelset ${GMSH_EXTERNAL_LIBRARIES})
-+
 +find_package(OCC)
 +if ( OCC_FOUND )
 +   INCLUDE_DIRECTORIES( ${OCC_INCLUDE_DIR} )
@@ -270,18 +264,6 @@
  #include "Gmsh.h"
  #include "GModel.h"
  #include "MElement.h"
-@@ -28,9 +29,10 @@
-   // (relative to subdomain).
-   std::vector<int> domain;
-   std::vector<int> subdomain;
-+  std::vector<int> im;
- 
-   // initialize
--  Homology* homology = new Homology(m, domain, subdomain);
-+  Homology* homology = new Homology(m, domain, subdomain, im);
- 
-   // find homology basis elements
-   homology->findHomologyBasis();
 Index: gmsh-tetgen-2.8.2~svn16203/utils/api_demos/cmake/modules/FindGmsh.cmake
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000

Modified: packages/gmsh-tetgen/trunk/debian/patches/delete_gl2ps_from_source.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/delete_gl2ps_from_source.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/delete_gl2ps_from_source.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/delete_gl2ps_from_source.patch	Fri Sep 13 16:35:27 2013
@@ -2,10 +2,10 @@
 Author: Anton Gladky <gladky.anton at gmail.com>, Julian Taylor <jtaylor.debian at googlemail.com>
 Last-Update: 2011-12-09
 
-Index: gmsh-tetgen-2.8.2~svn16203/Graphics/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/Graphics/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/Graphics/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/Graphics/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
+--- gmsh-tetgen-2.8.3~svn16711.orig/Graphics/CMakeLists.txt	2013-09-13 18:25:33.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/Graphics/CMakeLists.txt	2013-09-13 18:25:33.000000000 +0200
 @@ -15,7 +15,6 @@
    drawScales.cpp 
    drawGraph2d.cpp 
@@ -14,11 +14,11 @@
    gl2gif.cpp
    gl2jpeg.cpp
    gl2png.cpp
-Index: gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt	2013-07-18 15:59:22.000000000 +0200
-@@ -1207,7 +1207,7 @@
+--- gmsh-tetgen-2.8.3~svn16711.orig/CMakeLists.txt	2013-09-13 18:25:33.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt	2013-09-13 18:25:33.000000000 +0200
+@@ -1223,7 +1223,7 @@
      add_executable(gmsh Common/Main.cpp ${GMSH_SRC})
    endif(ENABLE_BUILD_DYNAMIC)
  endif(HAVE_FLTK)

Modified: packages/gmsh-tetgen/trunk/debian/patches/fix_FTBFS_linking.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/fix_FTBFS_linking.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/fix_FTBFS_linking.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/fix_FTBFS_linking.patch	Fri Sep 13 16:35:27 2013
@@ -2,11 +2,11 @@
 Author: Anton Gladky <gladky.anton at gmail.com>
 Last-Update: 2012-04-08
 
-Index: gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt	2013-07-18 15:59:11.000000000 +0200
-@@ -1184,7 +1184,7 @@
+--- gmsh-tetgen-2.8.3~svn16711.orig/CMakeLists.txt	2013-09-13 18:34:10.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt	2013-09-13 18:34:10.000000000 +0200
+@@ -1200,7 +1200,7 @@
      message(STATUS "Note: By enabling ENABLE_MSVC_STATIC_RUNTIME, shared library "
              "won't link. In MSVC change /MT to /MD in the shared project properties")
    endif(MSVC AND ENABLE_MSVC_STATIC_RUNTIME)		  

Modified: packages/gmsh-tetgen/trunk/debian/patches/fix_libdir.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/fix_libdir.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/fix_libdir.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/fix_libdir.patch	Fri Sep 13 16:35:27 2013
@@ -2,10 +2,10 @@
 Author: Anton Gladky <gladk at debian.org>
 Last-Update: 2013-03-15
 
-Index: gmsh-tetgen-2.8.2~svn16203/wrappers/java/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/wrappers/java/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/wrappers/java/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/wrappers/java/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
+--- gmsh-tetgen-2.8.3~svn16711.orig/wrappers/java/CMakeLists.txt	2013-09-13 18:34:36.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/wrappers/java/CMakeLists.txt	2013-09-13 18:34:36.000000000 +0200
 @@ -73,6 +73,6 @@
    COMMAND ${CMAKE_COMMAND} -E copy 
      ${CMAKE_CURRENT_SOURCE_DIR}/WrappingJava/build.xml 
@@ -15,11 +15,11 @@
  install(FILES ${CMAKE_CURRENT_BINARY_DIR}/WrappingJava/WrapGmsh.jar 
 -        DESTINATION lib)
 +  DESTINATION ${INSTALL_LIB_DIR})
-Index: gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt
+Index: gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt
 ===================================================================
---- gmsh-tetgen-2.8.2~svn16203.orig/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-+++ gmsh-tetgen-2.8.2~svn16203/CMakeLists.txt	2013-07-18 15:58:49.000000000 +0200
-@@ -1327,7 +1327,7 @@
+--- gmsh-tetgen-2.8.3~svn16711.orig/CMakeLists.txt	2013-09-13 18:34:36.000000000 +0200
++++ gmsh-tetgen-2.8.3~svn16711/CMakeLists.txt	2013-09-13 18:34:36.000000000 +0200
+@@ -1340,7 +1340,7 @@
  # (e.g. "make lib" or "make shared" followed by "make install/fast")
  install(TARGETS gmsh DESTINATION ${GMSH_BIN} OPTIONAL)
  if(ENABLE_BUILD_LIB)
@@ -28,7 +28,7 @@
  endif(ENABLE_BUILD_LIB)
  if(ENABLE_BUILD_SHARED OR ENABLE_BUILD_DYNAMIC)
    if(WIN32 AND NOT MSVC OR CYGWIN)
-@@ -1346,7 +1346,7 @@
+@@ -1359,7 +1359,7 @@
        install(FILES ${GCC_DLL} ${GFORTRAN_DLL} ${STDC_DLL} DESTINATION ${GMSH_LIB})
      endif(GCC_DLL AND GFORTRAN_DLL AND STDC_DLL)
    else(WIN32 AND NOT MSVC OR CYGWIN)

Modified: packages/gmsh-tetgen/trunk/debian/patches/fix_spelling_errors.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/gmsh-tetgen/trunk/debian/patches/fix_spelling_errors.patch?rev=46274&op=diff
==============================================================================
--- packages/gmsh-tetgen/trunk/debian/patches/fix_spelling_errors.patch	(original)
+++ packages/gmsh-tetgen/trunk/debian/patches/fix_spelling_errors.patch	Fri Sep 13 16:35:27 2013
@@ -45,7 +45,7 @@
 ===================================================================
 --- gmsh-tetgen-2.8.2~svn16203.orig/doc/texinfo/gmsh.texi	2013-07-18 15:58:49.000000000 +0200
 +++ gmsh-tetgen-2.8.2~svn16203/doc/texinfo/gmsh.texi	2013-07-18 15:58:49.000000000 +0200
-@@ -1000,7 +1000,7 @@
+@@ -999,7 +999,7 @@
  first string is greater than, equal to, or less than the second string).
  @code{TextAttributes} creates attributes for text strings.
  
@@ -54,16 +54,16 @@
  interactively. For example, inserting @code{GetValue("Value of parameter
  alpha?", 5.76)} in an input file will query the user for the value of a
  certain parameter alpha, assuming the default value is 5.76. If the
-@@ -1099,7 +1099,7 @@
+@@ -1098,7 +1098,7 @@
  contain floating point formatting characters: @code{%e}, @code{%g},
  etc.) The various @w{@var{char-option}s} are listed in
  @ref{Options}. @code{GetEnvThe} gets the value of an environment
 -variable from the operating system. @code{GetString} allows to ask the
 +variable from the operating system. @code{GetString} allows one to ask the
  user for a value interactively. @code{StrReplace}'s arguments are: input
- string, old substring, new substring.
- 
-@@ -2638,7 +2638,7 @@
+ string, old substring, new substring. at footnote{For compatibility with GetDP
+ (@uref{http://geuz.org/getdp/}), parentheses can be replaced by brackets
+@@ -2646,7 +2646,7 @@
  @item Extrude @{ Surface @{ @var{expression-list} @}; @var{layers} < Using Index[@var{expr}]; > < Using View[@var{expr}]; > @}
  Extrudes a boundary layer from the specified surfaces. If no view is
  specified, the boundary layer is created using gouraud-shaped (smoothed)




More information about the debian-science-commits mailing list