]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Complete specify namespace for a symbol to help MS VC++.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Feb 2014 20:53:38 +0000 (20:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 2 Feb 2014 20:53:38 +0000 (20:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@32377 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/constraint_matrix.h

index 3219015fa12a0013c7653d51b1cf82866cbf33fd..75b91077b78f036d4d6f49aa05e1fd204e665a2e 100644 (file)
@@ -1717,7 +1717,7 @@ distribute_local_to_global (const FullMatrix<double>     &local_matrix,
   Vector<double> dummy(0);
   distribute_local_to_global (local_matrix, dummy, local_dof_indices,
                               global_matrix, dummy, false,
-                              internal::bool2type<IsBlockMatrix<MatrixType>::value>());
+                              dealii::internal::bool2type<IsBlockMatrix<MatrixType>::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.