MYSTRAN
MYSTRAN copied to clipboard
Bandit fix
Just moved the two files under Source\BANDIT into Source\Modules\BANDIT
My original CMakeLists.txt doesn't aware BANDIT_BLOCK_DATA.f90 is only a BLOCK DATA, so Bandit never worked with cmake. Move to new location will fix this problem.
Edit: Also need to remove bandit from line 164 of CMakeLists.txt
The build fails due to a bandit error.
Seems CMakeLists.txt is updated.