mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
17 lines
539 B
Bash
17 lines
539 B
Bash
#!/bin/bash
|
|
|
|
#===================================================================#
|
|
# clean routine for CFDEMcoupling, part of CFDEMproject
|
|
# Christoph Goniva - Sept. 2013, DCS Computing GmbH
|
|
#===================================================================#
|
|
|
|
#- include functions
|
|
source $CFDEM_PROJECT_DIR/etc/functions.sh
|
|
|
|
#================================================================================#
|
|
# clean src remove object files
|
|
#================================================================================#
|
|
cleanCFDEM
|
|
|
|
|