values), and convert existing code to that.
git-svn-id: https://svn.dealii.org/trunk@2250
0785d39b-7218-0410-832d-
ea1e28bc413d
* for some timesteps only. This
* is useful in multithread mode.
*/
- void * end_sweep (const unsigned int begin_timestep,
- const unsigned int end_timestep);
+ void end_sweep (const unsigned int begin_timestep,
+ const unsigned int end_timestep);
};
-void * TimeDependent::end_sweep (const unsigned int begin,
- const unsigned int end)
+void TimeDependent::end_sweep (const unsigned int begin,
+ const unsigned int end)
{
for (unsigned int step=begin; step<end; ++step)
timesteps[step]->end_sweep ();
- return 0;
};
in the sparse matrix: it is subscribed to twice (explicitely and
through the subscriptor); the explicit subscription is redundant,
but I don't have the time to look into that now.
+
+
+Change the threaded* functions of the SparseMatrix to return void
+ instead of void* when the respective classes in ThreadManager are
+ updated.
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