]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
changed variable declaration in eps_vertex_data
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 May 1999 12:58:55 +0000 (12:58 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 12 May 1999 12:58:55 +0000 (12:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@1324 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/numerics/data_io.h

index 94e701fe610bf66000be9dc2a4e7acceca775ccd..7818925b88b6eb4f277643a65540381a20385849 100644 (file)
@@ -620,11 +620,16 @@ class DataOut {
     void write_ucd_faces (ostream &out,
                          const unsigned int starting_index) const;
 
-    class eps_vertex_data{
+    class eps_vertex_data
+    {
       public:
-        double x,y,z;
-        eps_vertex_data(){};
-        eps_vertex_data(double a, double b, double c):x(a),y(b),z(c) {};
+        double x;
+       double y;
+       double z;
+        eps_vertex_data()
+         {};
+        eps_vertex_data(double a, double b, double c):x(a),y(b),z(c)
+         {};
         void turn(double azi, double ele);
     };
                                      /** 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.