Recent content by zstratto

  1. Z

    Fortran [FORTRAN] Division by zero allowed?

    I was able to get around this by using a different compiler (g95), thank you everyone for the help!
  2. Z

    Fortran [FORTRAN] Division by zero allowed?

    Hi Gsal, I am using silverfrost (ftn95), and I am not really using any commands I just click 'compile'. And yes, I would just like to turn a blind eye. As I said, I have the executable that is the exact same code and it works fine, I just need to add a few write/print statements, but due to...
  3. Z

    Fortran [FORTRAN] Division by zero allowed?

    Hi, I have an issue where I am squaring a very small complex number 1e-20 (FALFA2) which seems to make the value zero (both the real and imag part) and then dividing by it, the problem line is (all the numbers are complex): GALFA = ( FBETA * FAA / FALFA2 ) - ( FAB / FALFA )...
  4. Z

    Fortran [FORTRAN] Strange Characters in output

    Hi Gsal, The code and input can be found here: http://extras.springer.com/2004/978-3-540-20160-1/document/BLISW_stp3d The program I am trying to compile is blisw.for, and the input is blisw.inp. Thanks.
  5. Z

    Fortran [FORTRAN] Strange Characters in output

    Hi, I am trying to compile a code that should work fine, but I am getting errors and also some odd characters are printing on the screen. This is the output: ENTER INPUT FILE NAME (INCLUDE EXTENSION NAME) blisw.inp YOUR INPUT FILE IS blisw.inp...
Back
Top