]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile without std c++0x.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Apr 2011 15:49:20 +0000 (15:49 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Apr 2011 15:49:20 +0000 (15:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@23601 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/base/polynomial.cc

index 116b0b3aa5eec9e14bdec9d806210bdb1ec8a200..c4f6e3069fa3a298e2a17e29be4e55af12649e21 100644 (file)
@@ -991,7 +991,7 @@ std::vector<Polynomial<double> > Lobatto::generate_complete_basis (const unsigne
                                      // already exist?
     if (  (recursive_coefficients.size() < k+1) ||
           ((recursive_coefficients.size() >= k+1) &&
-           (recursive_coefficients[k] == 0)) )
+           (recursive_coefficients[k].get() == 0)) )
                                            // no, then generate the
                                            // respective coefficients
       {

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.