From: Denis Davydov Date: Mon, 27 Jun 2016 14:27:55 +0000 (+0200) Subject: fix a whitespace bug in step-27 X-Git-Tag: v8.5.0-rc1~947^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cc863ce0a755909455fa5f43d857e05b531ec47;p=dealii.git fix a whitespace bug in step-27 --- diff --git a/examples/step-27/step-27.cc b/examples/step-27/step-27.cc index 33a509f034..f139973f72 100644 --- a/examples/step-27/step-27.cc +++ b/examples/step-27/step-27.cc @@ -113,7 +113,7 @@ namespace Step27 hp::QCollection face_quadrature_collection; hp::QCollection fourier_q_collection; - std_cxx11::shared_ptr> fourier; + std_cxx11::shared_ptr > fourier; std::vector ln_k; Table > fourier_coefficients;