From: bangerth Date: Mon, 24 Jan 2011 05:05:11 +0000 (+0000) Subject: Leave a comment for when we document the program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e3516db16e85456005fa507444003c73ccdc38;p=dealii-svn.git Leave a comment for when we document the program. git-svn-id: https://svn.dealii.org/trunk@23256 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;