Recent content by spelux11

  1. S

    Fortran What could be causing the error in SAVEDATA!KEEP subroutine?

    Hi, I'm new in this space, I have a problem building a program with Fortran95 (I'm also new on this). The program it's really easy, I have to make a random generator using RANMAR subroutine here is the code: program random use aleatorio; use SAVEDATA Implicit none real, allocatable ...
Back
Top