We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f21870 + 99de417 commit a2ebac7Copy full SHA for a2ebac7
1 file changed
src/common/m_model.fpp
@@ -62,7 +62,7 @@ contains
62
63
model%ntrs = nTriangles
64
65
- allocate(model%trs(model%ntrs))
+ allocate (model%trs(model%ntrs))
66
67
do i = 1, model%ntrs
68
read (iunit) normal(:), v(1, :), v(2, :), v(3, :), attribute
0 commit comments