Hi I wrote the following code for the Abaqus which is linked with fortran but this showed me several syntax error and not getting compiled. How can I fix the code so that it compiles?
if(noel.le.1150.or.noel.ge.1201.and.noel.le.2350.or.noel.ge.2811.and.noel.le.8100.or.noel.ge.8331.and.noel.le.13620.or.noel.ge.14081.and.noel.le.19370.or.noel.ge.19601)
then
...action>>>
end if