Recent content by napster

  1. N

    Fortran Understanding Fortran 90 Arrays and Variables: A Few Simple Questions

    Hi Silverfrost! Thanks for the reply! And the links are useful, it should make my programme a bit easier now :)
  2. N

    Fortran Understanding Fortran 90 Arrays and Variables: A Few Simple Questions

    Hey all! I have a few simple questions but they have been wrecking my head for a while now, for Fortran 90: 1. I have the following Complex (Kind=pr), Allocatable :: U(:,:,:) Does that mean that U is a complex array? And if so, I thought a complex number in Fortran is followed by an...
Back
Top