Skip to content
Snippets Groups Projects
Commit 954f265f authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[bin] Remove deprecated scripts

parent 61551d26
No related branches found
No related tags found
4 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!501Freeflow/turbulenceproperties,!492Resolve "Inconsistent `index()` method of the different `SubControlVolume` classes",!317[bin] Remove deprecated scripts
import sys
print("\n")
print("#########################################################################################\n")
print("# Warning: bin/fuzzycomparevtu.py is deprecated and will be deleted after release 2.10. #\n")
print("# bin/testing/fuzzycomparevtu.py instead. #\n")
print("#########################################################################################\n")
sys.exit(1)
import sys
print("")
print("#################################################################################")
print("# Warning: bin/runtest.py is deprecated and will be deleted after release 2.10. #")
print("# Use bin/testing/runtest.py instead. #")
print("#################################################################################")
print("")
sys.exit(1)
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