]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Small cleanups.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Apr 1999 10:49:57 +0000 (10:49 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 30 Apr 1999 10:49:57 +0000 (10:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@1234 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_io.cc

index 339baf72cd4dd5de1d788d74086c02db6f28bb56..679bbb0819a096f7eb268d1f4bf054112f0e02c0 100644 (file)
@@ -2,9 +2,7 @@
 /* Copyright W. Bangerth, Guido Kanschat, Stefan Nauber  */
 /* University of Heidelberg, 1998, 1999                  */
 
-//#include <basic/data_io.h>
 #include <basic/data_io.h>
-#include <base/trace.h>
 #include <grid/dof.h>
 #include <grid/dof_accessor.h>
 #include <grid/tria_iterator.h>
@@ -1158,7 +1156,7 @@ void DataOut<2>::write_eps (ostream &out) const {
      };
 
   // Get scaling factors for Bounding Box 310 x 310
-  set<DataOut<2>::eps_cell_data>::iterator c;
+  typename multiset<DataOut<2>::eps_cell_data>::iterator c;
 
   double xmin=cells.begin()->vertices[0].x;
   double xmax=xmin;
@@ -1325,6 +1323,8 @@ string DataOut<dim>::get_output_format_names () {
   return "ucd|gnuplot|gnuplot draft|povray mesh|eps|epsgrid";
 };
 
+
+
 template<int dim>
 bool DataOut<dim>::eps_cell_data::operator < (const eps_cell_data &other) const
 {
@@ -1341,6 +1341,8 @@ bool DataOut<dim>::eps_cell_data::operator < (const eps_cell_data &other) const
   return maxz > othermaxz;
 };
 
+
+
 template <int dim>
 void DataOut<dim>::eps_vertex_data::turn(double azi, double ele)
 {
@@ -1371,6 +1373,8 @@ void DataOut<dim>::eps_vertex_data::turn(double azi, double ele)
 // Dxz = ( sz  cz 0 )( 0 cx -sx )(y) = ( sz*x+cz*(cx*y-sx*z)+0*(sx*y+cx*z) )
 //      (  0   0 1 )( 0 sx  cx )(z)   (  0*x+  *(cx*y-sx*z)+1*(sx*y+cx*z) )
 
+
+
 template <int dim>
 void DataOut<dim>::eps_cell_data::turn(double azi, double ele)
 {
@@ -1378,7 +1382,9 @@ void DataOut<dim>::eps_cell_data::turn(double azi, double ele)
     vertices[i].turn(azi,ele);
 };
 
-//explicite instantiations
+
+
+//explicit instantiations
 
 template class DataIn<deal_II_dimension>;
 template class DataOut<deal_II_dimension>;

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.