Skip to content
Snippets Groups Projects
Commit c2b68c6e authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fixed prescale output file

parent 18e13cd8
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,9 @@ c WHIT's InSANE HACK
file='InSANEOUT/coda_PS_%d.txt'
call g_sub_run_number(file,gen_run_number)
c 215=philadelphia area code
open(unit=216,file=file,status='REPLACE')
open(216,file=file,status='REPLACE')
write(216,*)prescale_string
close(216)
c END WHIT's InSANE HACK
if (found_prescale .and. prescale_len.ne.0) then
......
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