[Commits] [svn:einsteintoolkit] WeylScal4/trunk/ (Rev. 132)
schnetter at cct.lsu.edu
schnetter at cct.lsu.edu
Mon Apr 15 21:30:17 CDT 2013
User: eschnett
Date: 2013/04/15 09:30 PM
Modified:
/trunk/
param.ccl
/trunk/m/
Makefile
Log:
Use grep -q instead of grep --silent
File Changes:
Directory: /trunk/m/
====================
File [modified]: Makefile
Delta lines: +1 -1
===================================================================
--- trunk/m/Makefile 2013-01-20 15:10:24 UTC (rev 131)
+++ trunk/m/Makefile 2013-04-16 02:30:16 UTC (rev 132)
@@ -8,7 +8,7 @@
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
Directory: /trunk/
==================
File [modified]: param.ccl
Delta lines: +4 -0
===================================================================
--- trunk/param.ccl 2013-01-20 15:10:24 UTC (rev 131)
+++ trunk/param.ccl 2013-04-16 02:30:16 UTC (rev 132)
@@ -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
More information about the Commits
mailing list