Yes, the problem is due to incorrect command which I send to DPlot_Plot.
I'm using Intel Fortran. I declare NULL_PTR as
Code: Select all
Character, POINTER :: NULL_PTR
NULLIFY(NULL_PTR)
Thank you for you help!
Code: Select all
Character, POINTER :: NULL_PTR
NULLIFY(NULL_PTR)