Closed laetitia-m closed 8 months ago
Change type of rtorecv and rtosend variables in PMMG_resize_extCommArray and PMMG_parmesh_ext_comm_free functions. Type was int while it should have been double.
rtorecv
rtosend
PMMG_resize_extCommArray
PMMG_parmesh_ext_comm_free
int
double
Thanks
Change type of
rtorecv
andrtosend
variables inPMMG_resize_extCommArray
andPMMG_parmesh_ext_comm_free
functions. Type wasint
while it should have beendouble
.