Skip to content
Snippets Groups Projects
Commit b5f140fd authored by Jean-Marie Favreau's avatar Jean-Marie Favreau
Browse files

Add messages on the script to see mesh properties and computation time

parent 9f4b86d7
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ functions[3]=~/recherche/data/IMATI/silvia/bitoro_calt.usr
function run_test() {
echo "File ${objects[$1]}"
bin/meshInfos -i ${objects[$1]}
time python/meshCutUsingNLoops.py ${objects[$1]} ${functions[$1]} --flat-discs=.5 --exact -o /tmp/test-cylinder-$1.obj --param-choice=4
}
......
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