]> https://gitweb.dealii.org/ - dealii.git/commitdiff
minor: step-56: consistent template arg naming 5157/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 26 Sep 2017 17:18:47 +0000 (13:18 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 26 Sep 2017 17:18:47 +0000 (13:18 -0400)
examples/step-56/step-56.cc

index 5fbfebad9942edf5f711c5997f85ce8788dfc9b8..d7155d9f7106a1faa23c965e7613c61a60158d9c 100644 (file)
@@ -347,9 +347,9 @@ namespace Step56
 
 
 
-  template <class PreconditionerA, class PreconditionerMp>
+  template <class PreconditionerAType, class PreconditionerSType>
   void
-  BlockSchurPreconditioner<PreconditionerA, PreconditionerMp>::
+  BlockSchurPreconditioner<PreconditionerAType, PreconditionerSType>::
   vmult (BlockVector<double>       &dst,
          const BlockVector<double> &src) const
   {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.