Rank pointer problem using uselrc.f90 CS4.0
Posted: Sat Oct 10, 2015 7:08 am
Dear all,
I get the following error by using uselrc.f90 file with CS4.0:
cs_field.c:987: Erreur fatale
Fortran pointer of rank 2 requested for values of field "curent_re_1", which have rank 1.
It seems that the problem provides from the following call:
call field_get_val_v(iprpfl(idjr(idimve)),djr)
initialized as follows:
double precision, dimension(:,:), pointer :: djr
Could someone help me?
Thanks
Christophe
I get the following error by using uselrc.f90 file with CS4.0:
cs_field.c:987: Erreur fatale
Fortran pointer of rank 2 requested for values of field "curent_re_1", which have rank 1.
It seems that the problem provides from the following call:
call field_get_val_v(iprpfl(idjr(idimve)),djr)
initialized as follows:
double precision, dimension(:,:), pointer :: djr
Could someone help me?
Thanks
Christophe