]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Properly qualify with std::
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 13 Jul 2003 00:21:46 +0000 (00:21 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 13 Jul 2003 00:21:46 +0000 (00:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@7876 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_raviart_thomas.cc

index 1206f8e20209fffac95ab7dbc1eef2531b485fd5..b46b93cc40656ab399abd703cf2cd9fa5044060c 100644 (file)
@@ -585,7 +585,7 @@ FE_RaviartThomas<2>::initialize_constraints ()
                                   // these entries
   for (unsigned int i=0; i<this->interface_constraints.m(); ++i)
     for (unsigned int j=0; j<this->interface_constraints.n(); ++j)
-      if (fabs(this->interface_constraints(i,j)) < 1e-14)
+      if (std::fabs(this->interface_constraints(i,j)) < 1e-14)
        this->interface_constraints(i,j) = 0.;
 }
 

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.