merged master with work

Change-Id: Iedfb2bf7f28bfe45201adacec0645cc13abffe59
This commit is contained in:
2021-03-03 09:00:45 +01:00
parent fee7c4904b
commit 12b0549cc0
365 changed files with 36809 additions and 11 deletions

8
secop_psi/calcurves/purge Executable file
View File

@ -0,0 +1,8 @@
#!/bin/tcsh
foreach fil (*.inp)
set u=${fil:au:r}
if (-e $u.340) then
# rm $fil
echo "$fil $u.340"
endif
end