* Add current progress of the project. The code compiles and should be able to execu...
[matthijs/projects/montium-fft.git] / simulate.py
1 import os\r
2 import sys\r
3 \r
4 base_path = os.path.split(sys.argv[0])[0]\r
5 \r
6 binary_name = "Montium\FFT.mb"\r
7 \r
8 simulate(os.path.join(base_path, binary_name))\r
9 \r
10 runUntilNotHold()