Hi, I am having trouble compiling a program, it is telling me that it expects another right bracket but there are the correct number of brackets. The program is nm.f, it calls a function f.f and that is where the trouble is.
Here is the error
In file f.f:29
pred1= ((1+exp(-(x-q(j,0))/((q(j,0)**0.5)*w**0.5)))**-1.0)
1
Error: Expected a right parenthesis in expression at (1)
Here is the error
In file f.f:29
pred1= ((1+exp(-(x-q(j,0))/((q(j,0)**0.5)*w**0.5)))**-1.0)
1
Error: Expected a right parenthesis in expression at (1)