From 7cc863ce0a755909455fa5f43d857e05b531ec47 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Mon, 27 Jun 2016 16:27:55 +0200 Subject: [PATCH] fix a whitespace bug in step-27 --- examples/step-27/step-27.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5