Skip to content
Snippets Groups Projects
Commit 81528e30 authored by kamischi's avatar kamischi
Browse files

remove debugging write statements

parent 722f2188
No related branches found
No related tags found
No related merge requests found
......@@ -144,10 +144,6 @@ program eels_boson
nw = 1 + int((wmax - wmin) / dw)
allocate (wn_array(nw), f(nw))
write (*,*) 'length: ', len(comment(1))
write (*,*) 'length: ', comment(1)
write (*,*) 'length: ', len(comment(2))
write (*,*) 'length: ', comment(2)
call doeels(e0, theta, phia, phib, wmin, wmax, dw, comment, size(comment), &
layers, neps, nper, name, size(name), thick, epsinf, nos, osc, size(osc, 2),&
contrl, mode, wn_array, f, size(wn_array))
......
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