Skip to content

Commit 4b144d4

Browse files
committed
add NULL for optional parameter to fix failing ESMC_MeshUTest
1 parent 7b2b3f0 commit 4b144d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/Mesh/tests/ESMC_MeshUTest.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ int main(void){
381381
}
382382

383383
// Add nodes to mesh
384-
localrc = ESMC_MeshAddNodes(mesh, numNodes, nodeIds, nodeCoords, nodeOwners);
384+
localrc = ESMC_MeshAddNodes(mesh, numNodes, nodeIds, nodeCoords, nodeOwners, NULL);
385385
if (localrc != ESMF_SUCCESS) rc=ESMF_FAILURE;
386386

387387
// Add elements and finish the mesh

0 commit comments

Comments
 (0)