Skip to content
Snippets Groups Projects
Commit 62c3a8b7 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

Merge branch 'main' of github.com:SebastienRietteMTO/PHYEX_tools into main

parents d50c7a5e 6663f728
No related branches found
No related tags found
No related merge requests found
...@@ -169,8 +169,10 @@ if [ -n "${mnh_expand_options-}" ]; then ...@@ -169,8 +169,10 @@ if [ -n "${mnh_expand_options-}" ]; then
[ $verbose -gt 1 ] && echo "Applying mnh_expand on $1" [ $verbose -gt 1 ] && echo "Applying mnh_expand on $1"
$PHYEXTOOLSDIR/correct_indent.py $1 "detect" $PHYEXTOOLSDIR/correct_indent.py $1 "detect"
mnh_expand -DMNH_EXPAND_NOCPP $mnh_expand_options $1_EXPAND > tempo_mnh_expand mnh_expand -DMNH_EXPAND_NOCPP $mnh_expand_options $1_EXPAND > tempo_mnh_expand
rm -f $1_EXPAND
$PHYEXTOOLSDIR/correct_indent.py tempo_mnh_expand "indent" $PHYEXTOOLSDIR/correct_indent.py tempo_mnh_expand "indent"
mv tempo_mnh_expand_CORRECT_INDENT $1 mv tempo_mnh_expand_CORRECT_INDENT $1
rm -f tempo_mnh_expand
fi fi
} }
if [ -n "${model-}" ]; then if [ -n "${model-}" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment