MmgTools / ParMmg

Distributed parallelization of 3D volume mesh adaptation
Other
34 stars 19 forks source link

Modify type of rtorecv and rtosend variables #105

Closed laetitia-m closed 8 months ago

laetitia-m commented 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.

Algiane commented 8 months ago

Thanks