tmodify report string - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 7859ecfb807bb5349e81d5ca2aa190976d0cb36b
DIR parent d8d6a33abaef8056da4949d4d477acf7f576fa4f
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 26 Aug 2014 10:32:40 +0200
modify report string
Diffstat:
M run_diagnostics.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/run_diagnostics.sh b/run_diagnostics.sh
t@@ -4,7 +4,7 @@ OUTFILE=diagnostics.txt
function report {
echo >> $OUTFILE
- echo "### $@ ###" >> $OUTFILE
+ echo "#### $@ ###" >> $OUTFILE
$@ >> $OUTFILE 2>&1
}