Skip to content
Snippets Groups Projects
Commit 22e3bb1c authored by kamischi's avatar kamischi
Browse files

cleanup

parent d5913b24
Branches
No related tags found
No related merge requests found
#!/bin/sh -ev
gfortran ../../original/EELS2/eels.for -O0 -g -gdwarf-2 -fbounds-check -fcheck=all -o eels
gfortran ../../original/EELS2/boson.for -O0 -g -gdwarf-2 -fbounds-check -fcheck=all -o boson
cp ../../source/f90/eelsf90 .
cp ../../source/f90/bosonf90 .
# create references with original program
for number in 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 ; do
......@@ -39,7 +37,6 @@ done
# to be done
rm -f eels boson
rm -f eelsf90 bosonf90
rm -rf *.dSYM
rm -f EELSIN BOSIN
rm -f EELSOU BOSOU
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment