Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Jan 16, 2025
1 parent 0f2ccf1 commit 1c5e1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uxarray/grid/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ def _construct_face_centroids(node_x, node_y, node_z, face_nodes, n_nodes_per_fa
centroid_y = np.zeros((face_nodes.shape[0]), dtype=np.float64)
centroid_z = np.zeros((face_nodes.shape[0]), dtype=np.float64)

# for face_idx, n_max_nodes in enumerate(n_nodes_per_face):
for face_idx in prange(face_nodes.shape[0]):
n_max_nodes = n_nodes_per_face[face_idx]
# Compute Cartesian Average
Expand Down

0 comments on commit 1c5e1ce

Please sign in to comment.