[cig-commits] [commit] master: Change tracer default output format to vtu as in visualization. (490532e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Sep 5 12:28:23 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/3bd085d226e4a91d8150d8e98dd11ed98263cd7d...27e4479f939aec8273536f75251309b17946ba58

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

commit 490532e374e723d490fc1af0fe93e9f0b6896ac0
Author: Rene Gassmoeller <R.Gassmoeller at mailbox.org>
Date:   Fri Sep 5 17:24:14 2014 +0200

    Change tracer default output format to vtu as in visualization.


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

490532e374e723d490fc1af0fe93e9f0b6896ac0
 source/postprocess/tracer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/postprocess/tracer.cc b/source/postprocess/tracer.cc
index abeb139..798c1cf 100644
--- a/source/postprocess/tracer.cc
+++ b/source/postprocess/tracer.cc
@@ -149,7 +149,7 @@ namespace aspect
                              "Units: years if the "
                              "'Use years in output instead of seconds' parameter is set; "
                              "seconds otherwise.");
-          prm.declare_entry("Data output format", "none",
+          prm.declare_entry("Data output format", "vtu",
                             Patterns::Selection(Particle::Output::output_object_names()),
                             "File format to output raw particle data in.");
           prm.declare_entry("Integration scheme", "rk2",



More information about the CIG-COMMITS mailing list