]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed an error in constructor caused by ifdef.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Aug 2008 21:49:00 +0000 (21:49 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Aug 2008 21:49:00 +0000 (21:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@16649 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/trilinos_precondition_amg.cc

index 41e2fbef586126b91a58e849e99b8c17617e0f07..332241451fc75d1e907045bfa9587ac0dba2a6f8 100755 (executable)
@@ -31,9 +31,10 @@ DEAL_II_NAMESPACE_OPEN
 namespace TrilinosWrappers
 {
 
-  PreconditionAMG::PreconditionAMG () :
+  PreconditionAMG::PreconditionAMG () 
 #ifdef DEAL_II_COMPILER_SUPPORTS_MPI
-    communicator (MPI_COMM_WORLD)
+    :
+      communicator (MPI_COMM_WORLD)
 #endif
   {}
 

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.