From 49dfb515bab1356cab5afdd7373600dce4d823cf Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 16 Apr 2013 02:30:16 +0000 Subject: Use grep -q instead of grep --silent git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@132 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843 --- m/Makefile | 2 +- param.ccl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/m/Makefile b/m/Makefile index 931a7b4..1d59cae 100644 --- a/m/Makefile +++ b/m/Makefile @@ -8,7 +8,7 @@ all: WeylScal4.out WeylScal4.out: WeylScal4.m rm -rf WeylScal4 ./runmath.sh $^ - grep --silent 'Thorn ./WeylScal4 created successfully' WeylScal4.out + grep -q 'Thorn ./WeylScal4 created successfully' WeylScal4.out && \ for file in $$(ls WeylScal4); do \ ./copy-if-changed.sh WeylScal4/$$file ../$$file; \ done diff --git a/param.ccl b/param.ccl index d922126..34452d6 100644 --- a/param.ccl +++ b/param.ccl @@ -3,7 +3,11 @@ shares: GenericFD +USES CCTK_INT assume_stress_energy_state +USES CCTK_INT assume_use_jacobian USES CCTK_STRING jacobian_group +USES CCTK_STRING jacobian_determinant_group +USES CCTK_STRING jacobian_inverse_group USES CCTK_STRING jacobian_derivative_group USES CCTK_INT jacobian_identity_map -- cgit v1.2.3