]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fully qualify function names where gcc2.95 required so.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Feb 2000 16:10:10 +0000 (16:10 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Feb 2000 16:10:10 +0000 (16:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@2345 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/time_dependent.cc
deal.II/lac/include/lac/sparse_vanka.templates.h

index f460751a3920fc231815389c9b59026229ac5895..3336e5f26f7ed073472e6af4d1ed42759a031817 100644 (file)
@@ -210,7 +210,7 @@ void TimeDependent::end_sweep (const unsigned int n_threads)
                                   // thread
   typedef ThreadManager::Mem_Fun_Data2<TimeDependent,unsigned int,unsigned int> MemFunData;
   vector<MemFunData> mem_fun_data (n_threads,
-                                  MemFunData(this, 0, 0, &end_sweep));
+                                  MemFunData(this, 0, 0, &TimeDependent::end_sweep));
   const unsigned int stride = timesteps.size() / n_threads;
   for (unsigned int i=0; i<n_threads; ++i)
     {
index be154d391bf03903d8c785ce5a63fd5e7e33bda0..fa2be95f8b3a1fd286212cfb24c5dfe2f647b234 100644 (file)
@@ -79,7 +79,7 @@ SparseVanka<number>::compute_inverses ()
   vector<MemFunData> mem_fun_data (n_threads,
                                   MemFunData(this,
                                              0, 0,
-                                             &compute_inverses));
+                                             &SparseVanka<number>::compute_inverses));
 
   unsigned int c       = 0;
   unsigned int thread  = 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.