]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
In a forward declaration, use whether a type was actually declared as
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:46:56 +0000 (23:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Aug 2011 23:46:56 +0000 (23:46 +0000)
a struct or class.

git-svn-id: https://svn.dealii.org/trunk@24126 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/geometry_info.h

index edea7b0a460b7a0862c9e6d1a405ee7e5e4b35ad..8682c72127e952cb71ca444fe6a86916b260370f 100644 (file)
@@ -286,7 +286,7 @@ class RefinementCase : public RefinementPossibilities<dim>
                                      * refinement case with no_refinement.
                                      */
     RefinementCase ();
-    
+
                                     /**
                                      * Constructor. Take and store a
                                      * value indicating a particular
@@ -388,9 +388,9 @@ class RefinementCase : public RefinementPossibilities<dim>
     static std::size_t memory_consumption ();
 
     /**
-     * Read or write the data of this object to or 
+     * Read or write the data of this object to or
      * from a stream for the purpose of serialization
-     */ 
+     */
     template <class Archive>
     void serialize(Archive & ar,
                   const unsigned int version);
@@ -763,7 +763,7 @@ namespace internal
 
 
 
-template <int dim> class GeometryInfo;
+template <int dim> struct GeometryInfo;
 
 
 
@@ -2477,7 +2477,7 @@ template <class Archive>
 void RefinementCase<dim>::serialize (Archive &ar,
                                     const unsigned int)
 {
-  // serialization can't deal with bitfields, so copy from/to a full sized 
+  // serialization can't deal with bitfields, so copy from/to a full sized
   // unsigned char
   unsigned char uchar_value = value;
   ar & uchar_value;

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.