solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit 87fcfcd0cd043ab8b8704f4931d1ccbbf0f490e1
parent f85d480f6c717949a417b54148ee71bc11d0b8b0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  5 Sep 2018 14:59:35 +0200

Update the pkg.sh script

Generate a README.md file

Diffstat:
MREADME.md | 2+-
Mpkg.sh | 7+++++++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ outputs. the result of a solstice simulation. Each map is then saved in a specific VTK file. - Fix the parsing of the per-receiver and per-primary results: the "back-side" - estimations where not parsed. + estimations were not parsed. ### Version 0.1 diff --git a/pkg.sh b/pkg.sh @@ -70,6 +70,13 @@ done echo -e '\t@rm $(PROG)' } > $dir_temp/$dir_solpp/Makefile +# Generate the README.md file +{ + echo "# Solstice Post-Process" + echo "" + cat $solpp/README.md | sed '/Release notes/,$!d' +} > $dir_temp/$dir_solpp/README.md + #Make the package cd $dir_temp tar czf ${dir_solpp}.tar.gz $dir_solpp