Skip to content
Snippets Groups Projects
Commit 85748800 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 04/05/2022: update prep_code : delete temporary file for mnh_expand

parent f52c36ce
No related branches found
No related tags found
No related merge requests found
......@@ -169,6 +169,7 @@ if [ -n "${mnh_expand_options-}" ]; then
[ $verbose -gt 1 ] && echo "Applying mnh_expand on $1"
$PHYEXTOOLSDIR/correct_indent.py $1 "detect"
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"
mv tempo_mnh_expand_CORRECT_INDENT $1
fi
......
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