From: Timo Heister Date: Tue, 26 Sep 2017 17:18:47 +0000 (-0400) Subject: minor: step-56: consistent template arg naming X-Git-Tag: v9.0.0-rc1~1034^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5157%2Fhead;p=dealii.git minor: step-56: consistent template arg naming --- diff --git a/examples/step-56/step-56.cc b/examples/step-56/step-56.cc index 5fbfebad99..d7155d9f71 100644 --- a/examples/step-56/step-56.cc +++ b/examples/step-56/step-56.cc @@ -347,9 +347,9 @@ namespace Step56 - template + template void - BlockSchurPreconditioner:: + BlockSchurPreconditioner:: vmult (BlockVector &dst, const BlockVector &src) const {