##// END OF EJS Templates
test 1
rflores -
r1632:5282014b4398
parent child
Show More
@@ -90,9 +90,10 c write(*,*) "BEFORE GET_PATH"
90 c write(*,*) "L_BEF: ", fqual_temp, "L_BEF_end"
90 c write(*,*) "L_BEF: ", fqual_temp, "L_BEF_end"
91 fqual = TRIM(fqual_temp)
91 fqual = TRIM(fqual_temp)
92 bfmodel_str = 'bfmodel/'
92 bfmodel_str = 'bfmodel/'
93 c write(*,*) "bfmodel_str: ", bfmodel_str
93 write(*,*) "bfmodel_str: ", bfmodel_str
94 c fqual(1:len_trim(fqual)-len_trim(bfmodel_str))
94 c fqual(1:len_trim(fqual)-len_trim(bfmodel_str))
95 fqual = fqual(1:index(fqual, bfmodel_str))//'weights.da'
95 fqual = fqual(1:index(fqual, bfmodel_str))//'weights.da'
96 write(*,*) "fqual: ", fqual
96 c write(*,*) "Final fqual",fqual,"FINAL"
97 c write(*,*) "Final fqual",fqual,"FINAL"
97 c call exit
98 c call exit
98 if(first) then
99 if(first) then
General Comments 0
You need to be logged in to leave comments. Login now