##// END OF EJS Templates
lagp.f update 7
rflores -
r1628:32a168b1b07d
parent child
Show More
@@ -91,8 +91,8 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 write(*,*) "bfmodel_str: ", bfmodel_str
93 write(*,*) "bfmodel_str: ", bfmodel_str
94 fqual(1:len_trim(fqual)-len_trim(bfmodel_str))
94 c fqual(1:len_trim(fqual)-len_trim(bfmodel_str))
95 fqual = fqual//'weights.dat'
95 fqual = fqual(1:index(fqual, bfmodel-str))//'weights.dat'
96 c write(*,*) "Final fqual",fqual,"FINAL"
96 c write(*,*) "Final fqual",fqual,"FINAL"
97
97
98 if(first) then
98 if(first) then
General Comments 0
You need to be logged in to leave comments. Login now