7 subroutine confc( line )
22 call gettkn(line,token,lth)
26 if ( ftoken(token,lth,fval) )
then
27 if (fval.lt.0.0d0 .or. fval.gt.1.0d0)
then
33 write (
luttyo,1003) token(:lth)
39 1000
format(
' *** Confidence level missing ***')
40 1002
format(
' *** Confidence level must be between 0 and 1 ***')
41 1003
format(
' *** Illegal floating point value: ''',a,
''' ***')
double precision, save confid
subroutine gettkn(line, token, lth)
Written for free-form input of parameters for slow-motional calculations. Returns a token consisting ...
integer, parameter luttyo