Recent content by lehloks

  1. L

    Fortran Segmentation error form the fortran code

    Hi harborsparrow I have included the source code in this thread below ,and if you look at the beggining of my thread ,I have included all the information regarding the code. [code] COMMON / BLOCK1 / STORA, STORB, STORC, STORD,STORE,STORF,STORG, & STORH, STORI C COMMON / BLOCK2/STORB COMMON /...
  2. L

    Fortran Segmentation error form the fortran code

    Hi SteamKing yes its fortran 77,I can compile and run it,the only problem is when i insert input requested by the code. regards
  3. L

    Fortran Segmentation error form the fortran code

    Hi Forum users I have a velocity autocorrelation code which was made to read a three component velocity vectors and I have modified to read a 9 component stress tensor data. I can compile it successfully but when I try to run it and compute a stress correlation function I get an error: i.e...
Back
Top