<ol>
+<li> Fixed: parallel::distributed::refine_and_coarsen_fixed_fraction()
+contained a rounding bug that often produced wrong results.
+<br>
+(Timo Heister, 2012/01/24)
+
<li> Improved: Utilities::break_text_into_lines now also splits the string at \n.
<br>
(Timo Heister, 2012/01/17)
RefineAndCoarsenFixedFraction::
master_compute_threshold (locally_owned_indicators,
global_min_and_max,
- static_cast<unsigned int>
- (top_fraction_of_error *
- total_error),
+ top_fraction_of_error *
+ total_error,
mpi_communicator);
// compute bottom
RefineAndCoarsenFixedFraction::
master_compute_threshold (locally_owned_indicators,
global_min_and_max,
- static_cast<unsigned int>
- ((1-bottom_fraction_of_error) *
- total_error),
+ (1-bottom_fraction_of_error) *
+ total_error,
mpi_communicator);
else
{
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