[Pkg-scicomp-commits] freefem3d/trunk/graphics

Christophe Prud'homme prudhomm at debian.org
Fri Apr 14 16:25:31 UTC 2006


SVN commit 392 by prudhomm:

fix for 4.1

 M  +9 -9      freefem3d/trunk/graphics/VTKDriver.hpp  


--- freefem3d/trunk/graphics/VTKDriver.hpp #391:392
@@ -13,7 +13,7 @@
 
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software Foundation,
-//  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
+//  Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //  $Id: VTKDriver.hpp,v 1.4 2004/10/24 17:14:33 delpinux Exp $
 
@@ -33,37 +33,37 @@
  * @file   VTKDriver.hpp
  * @author Stephane Del Pino
  * @date   Sat Nov 16 14:33:13 2002
- * 
+ *
  * @brief  A first attempt to VTK management inside ff3d
- * 
+ *
  */
 class VTKDriver
 {
 private:
-  /** 
+  /**
    * Gets value of the function (*u) or sets values to vertices
    * references if u == 0 (not provided).
-   * 
+   *
    * @param m the mesh
    * @param u the reference to the function
-   * 
+   *
    * @return a vtkDoubleArray that contains the values
    */
   vtkDoubleArray*
-  VTKDriver::__getValues(const Mesh& m,
+  __getValues(const Mesh& m,
 			 ReferenceCounting<UserFunction> u);
 
   template <typename MeshType>
   void __plot(const MeshType& m,
 	      ReferenceCounting<UserFunction> u);
 
-  /** 
+  /**
    * Automatic ff3d to VTK type conversions
    */
   template <typename MeshType>
   struct Traits {};
 public:
-  
+
 #ifdef HAVE_GUI_LIBS
   void plot(const Mesh& mesh,
 	    ReferenceCounting<UserFunction> u = 0);



More information about the Pkg-scicomp-commits mailing list