]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove a syntax error.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Sep 2002 18:55:57 +0000 (18:55 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 5 Sep 2002 18:55:57 +0000 (18:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@6365 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_vanka.templates.h

index 143d1a8885bc9c5284ffd545d8657fe3b24acef1..6047a2baf78d1afc311df864ddb80d841c909157 100644 (file)
@@ -593,14 +593,12 @@ void SparseBlockVanka<number>::vmult (Vector<number2>       &dst,
                                       // make it simpler for the
                                       // compiler by giving it the
                                       // correct type right away:
-      typedef
-       void (SparseVanka<number>::*mem_fun_p)
+      typedef void (SparseVanka<number>::*mem_fun_p)
        (Vector<number2> &,
         const Vector<number2> &,
         const std::vector<bool> *) const;
       const mem_fun_p comp
-       = &(SparseVanka<number>::
-           template apply_preconditioner<number2>);
+       = &SparseVanka<number>::template apply_preconditioner<number2>;
       Threads::ThreadManager thread_manager;
       for (unsigned int block=0; block<n_blocks; ++block)
        Threads::spawn (thread_manager,

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.