Topic: code.f do loop with real values warning
I have code that has a do loop that gives this warning.
DO 50 RMU = 0.0, 1.0, 0.01
1
Warning: Deleted feature: Loop variable at (1) must be integer
What should I do?
Thanks