label in macro H5_API_RETURN renamed

This commit is contained in:
2011-01-21 10:23:36 +00:00
parent f6eeeca9b0
commit 212c9b86a1
+1 -1
View File
@@ -89,7 +89,7 @@ H5FedStoreVertex (
f,
H5_ERR_INVAL,
"Vertices can be added to level 0 only!");
goto exit;
goto done;
}
idx = h5t_store_vertex (f, vertex_id, P);
H5_API_RETURN (idx);