[cig-commits] [commit] master: fix compilation and test output (e2d2428)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri May 23 18:31:42 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/194b6f932f6ee27aea14eb44c36aa5432a9cd235...e2d2428a203331b4832dbc4e5f4d716934c22694

>---------------------------------------------------------------

commit e2d2428a203331b4832dbc4e5f4d716934c22694
Author: Timo Heister <timo.heister at gmail.com>
Date:   Fri May 23 19:54:56 2014 -0400

    fix compilation and test output
    
    this merges pull request #72:
    https://github.com/geodynamics/aspect/pull/72


>---------------------------------------------------------------

e2d2428a203331b4832dbc4e5f4d716934c22694
 include/aspect/simulator_access.h    | 4 ++--
 tests/find_postprocess/screen-output | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/aspect/simulator_access.h b/include/aspect/simulator_access.h
index efd7539..128ea93 100644
--- a/include/aspect/simulator_access.h
+++ b/include/aspect/simulator_access.h
@@ -448,9 +448,9 @@ namespace aspect
   template <typename PostprocessorType>
   inline
   PostprocessorType *
-  SimulatorAccess<dim>::find_postprocessor<PostprocessorType> () const
+  SimulatorAccess<dim>::find_postprocessor () const
   {
-    return simulator->postprocessors.find_postprocessor<PostprocessorType>();
+    return simulator->postprocess_manager.template find_postprocessor<PostprocessorType>();
   }
 }
 
diff --git a/tests/find_postprocess/screen-output b/tests/find_postprocess/screen-output
index f0818c8..a1ec7ca 100644
--- a/tests/find_postprocess/screen-output
+++ b/tests/find_postprocess/screen-output
@@ -5,6 +5,8 @@
 --     . using Trilinos
 -----------------------------------------------------------------------------
 
+Loading shared library <./libfind_postprocess.so>
+
 Number of active cells: 64 (on 4 levels)
 Number of degrees of freedom: 948 (578+81+289)
 



More information about the CIG-COMMITS mailing list