]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Do not qualify an element in its own namespace.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2014 21:59:19 +0000 (21:59 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Feb 2014 21:59:19 +0000 (21:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@32409 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/data_out_base.cc

index c6294ecfc13109c0063165e9c9681afedbbac545..58a8fbd5dc04862794209bcd68beac997401f23f 100644 (file)
@@ -317,7 +317,7 @@ namespace DataOutBase
       bool operator < (const SvgCell &) const;
     };
 
-    bool DataOutBase::SvgCell::operator < (const SvgCell &e) const
+    bool SvgCell::operator < (const SvgCell &e) const
     {
       // note the "wrong" order in
       // which we sort the elements

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.