Skip to content
Snippets Groups Projects
Commit 8b1aa420 authored by kamischi's avatar kamischi
Browse files

Test case 1 for original code

parent d69b8296
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,4 @@ tests/seteps/build-f90
tests/seteps/build-f77
tests/seteps/build-WFW
/tests/seteps/build-f90-new
tests/SetEpsTestCasesFromScratch/original/eels
The tests check the calculation of epsilon by the routine seteps. They log the results from seteps for comparison and easy input to IgorPro.
The sources are taken from the src directory and modified as little as possible for the purpose of logging. All changes and additions are marked by comments containing '**** log modification'
K.-M. Sch.
4.0 E0
60.0 THETA
1.8 PHIA
1.8 PHIB
50.0 WMIN
700.0 WMAX
2.0 DW
MnO
1 1 No-layers NPER No-periodic
MnO 100.0 name thickness
4.95 1 epsinf No-Osc.
269.0 16.0 0.05 wto, Q, lambda
Command for compilation:
gfortran -g -gdwarf-2 -fbounds-check -fcheck=all -O0 -o eels eels.for
Command for execution:
doRun.sh
KMS
\ No newline at end of file
#!/bin/sh -v
cp ../inputFIles/eelsin001 eelsin
./eels
mv seteps.log epsLog/seteps001.log
rm eelsin
rm EELSOU
This diff is collapsed.
File added
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