GITLAB

UoN / SACAMOS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • SACAMOS
  • clean_project
  • 0f28aad7   Proximity effects working OK for two conductors. Includes separation variation test cases Browse Code ยป
    Chris Smartt
    2023-11-02 08:50:35 +0000  
clean_project 338 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# Script to clean object files, mod files and 
# all temporary test case files before updating 
# the git repository.

cd SRC 
make clean
rm -f compilation_date.inc 
cd ..
#
cd TEST_CASES
./generate_spice_cable_bundle_model clean_all
cd ..
#
cd DOCUMENTATION
make clean_all
cd ..
#
cd PROXIMITY_EFFECT_TEST_CASES
./clean_test_cases
cd ..