[cig-commits] [commit] kommu/aspect-citcom-benchmarks: Added surf and botm output functionality to Output_vtk (5a059ba)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Nov 5 19:01:38 PST 2014


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

On branch  : kommu/aspect-citcom-benchmarks
Link       : https://github.com/geodynamics/citcoms/compare/464e1b32299b15819f93efd98d969cddb84dfe51...f97ae655a50bdbd6dac1923a3471ee4dae178fbd

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

commit 5a059ba2855a7f8fccbb182c4d765edd57c004bb
Author: Rajesh Kommu <rajesh.kommu at gmail.com>
Date:   Fri May 2 16:24:49 2014 -0700

    Added surf and botm output functionality to Output_vtk


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

5a059ba2855a7f8fccbb182c4d765edd57c004bb
 lib/Output_vtk.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/Output_vtk.c b/lib/Output_vtk.c
index 3a0bdf1..fb126fd 100644
--- a/lib/Output_vtk.c
+++ b/lib/Output_vtk.c
@@ -714,6 +714,8 @@ void vtk_output(struct All_variables *E, int cycles)
     if (E->output.surf)
         vtk_output_surf(E, fp, cycles);
 
+    output_surf_botm(E, cycles);
+
     if(E->output.horiz_avg)
       output_horiz_avg(E, cycles);
 



More information about the CIG-COMMITS mailing list