Skip to content

Commit a2ebac7

Browse files
author
Daniel J Vickers
committed
Merge branch 'levelset-refactor' of github.com:danieljvickers/MFC-Dan into levelset-refactor
2 parents 7f21870 + 99de417 commit a2ebac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_model.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ contains
6262

6363
model%ntrs = nTriangles
6464

65-
allocate(model%trs(model%ntrs))
65+
allocate (model%trs(model%ntrs))
6666

6767
do i = 1, model%ntrs
6868
read (iunit) normal(:), v(1, :), v(2, :), v(3, :), attribute

0 commit comments

Comments
 (0)