TUT: bridge using external lumped point motion (#1341)

- see its accompanying README for additional setup instructions
This commit is contained in:
Mark Olesen
2020-06-15 20:24:09 +02:00
parent b0136d835e
commit 7db868b509
42 changed files with 16394 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/sh
cd "${0%/*}" || exit # Run from this directory
#------------------------------------------------------------------------------
wclean
# Remove executable
rm -f polynomial-motion
# Remove known output/debug files
rm -f *.txt *.vtp *.vtp.series
#------------------------------------------------------------------------------