B4M
Member level 2
Hello, I have this error
I believe it is due to the use of allocate to define the variables
How to turn around this error?!
thanks a lot!
Code:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Code:
REAL, ALLOCATABLE :: M(:,:)
REAL, ALLOCATABLE :: N(:,:)
thanks a lot!