Recent content by lacek
-
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.- lacek
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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)...- lacek
- Thread
- Array Fortran Manipulation Memory
- Replies: 1
- Forum: Programming and Computer Science