mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-08 15:13:42 +01:00
stack_index
This commit is contained in:
parent
fa84676fd0
commit
002db06d15
@ -185,9 +185,9 @@ end subroutine
|
|||||||
s += """
|
s += """
|
||||||
nthread = 1
|
nthread = 1
|
||||||
if (.not.alloc) then
|
if (.not.alloc) then
|
||||||
allocate(irp_stack(0:STACKMAX,1))
|
allocate(irp_stack(0:STACKMAX,0:1))
|
||||||
allocate(irp_cpu(0:STACKMAX,1))
|
allocate(irp_cpu(0:STACKMAX,0:1))
|
||||||
allocate(stack_index(2))
|
allocate(stack_index(0:2))
|
||||||
stack_index = 0
|
stack_index = 0
|
||||||
alloc = .True.
|
alloc = .True.
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user