From 598e8034b4a49a700ba995760efb34b011ab9bd9 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Fri, 5 Apr 2019 09:51:05 -0400 Subject: [PATCH] [skip ci] removed obsolete --inplace option from vtk_xxx script calls --- examples/SpectralMethod/EshelbyInclusion/runAll.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/SpectralMethod/EshelbyInclusion/runAll.sh b/examples/SpectralMethod/EshelbyInclusion/runAll.sh index 27630bc39..cef1128ef 100755 --- a/examples/SpectralMethod/EshelbyInclusion/runAll.sh +++ b/examples/SpectralMethod/EshelbyInclusion/runAll.sh @@ -1,4 +1,4 @@ -#!/usr/local/bin/bash +#!/usr/bin/env bash for geom in $(ls geom/*.geom) do @@ -41,14 +41,12 @@ do cp geom/${vtr} postProc/${name}_inc${inc}.vtr vtk_addRectilinearGridData \ postProc/${name}_inc${inc}.txt \ - --inplace \ --vtk postProc/${name}_inc${inc}.vtr \ --data 'sph(p)','sph(Cauchy)',temperature \ --tensor f,fe,fi,fp,p,Cauchy \ vtk_addRectilinearGridData \ postProc/${name}_inc${inc}_nodal.txt \ - --inplace \ --vtk postProc/${name}_inc${inc}.vtr \ --data 'avg(f).pos','fluct(f).pos' \