From: bangerth Date: Thu, 22 Sep 2011 13:27:18 +0000 (+0000) Subject: Fix variable name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3971b64b4c1376ebadc5b80ed224538754ae1c14;p=dealii-svn.git Fix variable name. git-svn-id: https://svn.dealii.org/trunk@24367 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 edc253b3f3..c71f5da0e8 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -916,7 +916,7 @@ class BoussinesqFlowProblem const double global_u_infty, const double global_T_variation, const double average_temperature, - const double global_entropy_variatiion, + const double global_entropy_variation, const double cell_diameter) const; public: