Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Jun 1, 2023
1 parent b5359a4 commit 6aa4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/docs/TheISMMeshFileFormats.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The Hex element block is similar, except that the faces are defined with nodes a
Read x[n] y[n] z[n]
End
For n = 1 to nElements
Read (nodeID[k,n], k = 1,...,8) [,materialName]
Read (nodeID[k,n], k = 1,...,8), [materialName]
Read (bFlag[k,n], k = 1,...,6)
For k = 1 to 6
If bFlag(k) = 1 then
Expand Down

0 comments on commit 6aa4753

Please sign in to comment.