Recent content by lacek

  1. L

    How to Remove URL from Bibtex Entries in RevTex?

    I do not know, but I am also very interested in knowing the answer for that question. Therefore I pop the thread up.
  2. L

    Fortran Fortran - compilator dependent, intrinsic array manipulation, memory problem

    Welcome all, I have a following code: program aaaa implicit none double precision, dimension(:), allocatable :: inp,outp integer ::n,i read(*,*) n allocate(inp(n),outp(n)) write(*,*) allocated(inp), allocated(outp) write(*,*) inp(1) inp=cshift(outp,-size(outp)/2)...
Back
Top