From fbcfbcaea26276f4085ec467cf2a2d24a5b6491b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 24 Jan 2011 05:05:11 +0000 Subject: [PATCH] Leave a comment for when we document the program. git-svn-id: https://svn.dealii.org/trunk@23256 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 5e10d8ad8c..ad34bce157 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1135,6 +1135,10 @@ BoussinesqFlowProblem::get_extrapolated_temperature_range () const if (timestep_number != 0) { + // use different formula here than in + // step-31 to avoid computing the + // linfty_norm of the temperature + // (which requires a communication) double min_local_temperature = 1e30, max_local_temperature = -1e30; -- 2.39.5