<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi, all<br><br>I am implementing the following function in iMeshP, but I just want to confirm "const iMeshP_Part *target_part_ids" argument is correct.<br><br>I think it should be "const iMeshP_Part target_part_ids" for one input part, or for multiple input parts, there should be one more "const int part_id_size" argument.<br>Isn't it right?<br><br>void iMeshP_exchEntArrToPartsAll(<br> iMesh_Instance instance,<br> const iMeshP_PartitionHandle partition,<br> const iBase_EntityHandle *entities,<br> const int entities_size,<br> <span style="font-weight: bold; color: rgb(255, 0, 0);">const iMeshP_Part *target_part_ids</span>,<br> int command_code, <br> int update_ghost,<br> iMeshP_RequestHandle *request,<br> int *err);<br><br>-----------------------------<br>Hong-Jun Kim<br>Post-doc researcher<br>MCS, Argonne National Laboratory<br>9700 S. Cass Ave. B240/R2147<br>Argonne, IL 60439<br>630-252-4791<br>hongjun@mcs.anl.gov<br>-----------------------------<br><br></div></body></html>