]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
missing std::
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Jan 2003 15:22:02 +0000 (15:22 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 6 Jan 2003 15:22:02 +0000 (15:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@6871 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/sparse_matrices.cc

index 68275c811a2d2a31043c3df3517408d94e80e0cf..ffb3709e7952efe67334f4ce5db4fe913bedce78 100644 (file)
@@ -57,7 +57,7 @@ check_vmult_quadratic(std::vector<double>& residuals,
   PreconditionSSOR<MATRIX> ssor;
   ssor.initialize(A, 1.2);
 
-  PreconditionBlock<MATRIX, float>::AdditionalData data(sqrt(A.n()+.3), 1.2);
+  PreconditionBlock<MATRIX, float>::AdditionalData data(std::sqrt(A.n()+.3), 1.2);
   
   PreconditionBlockJacobi<MATRIX, float> block_jacobi;
   block_jacobi.initialize(A, data);

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.