not all variables were consistently renamed
This commit is contained in:
parent
005c9f80c5
commit
2ceb3aeea0
|
@ -1831,7 +1831,7 @@ function math_sampleFiberOri(alpha,beta,FWHM)
|
||||||
reducedTo2D: do i=1_pInt,3_pInt
|
reducedTo2D: do i=1_pInt,3_pInt
|
||||||
if (i /= minloc(abs(fInS),1)) then
|
if (i /= minloc(abs(fInS),1)) then
|
||||||
a=[a,fInS(i)]
|
a=[a,fInS(i)]
|
||||||
idx=[b,i]
|
idx=[idx,i]
|
||||||
else
|
else
|
||||||
j = i
|
j = i
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue