Skip to content

Commit 8216334

Browse files
committed
Minor fix
1 parent d48ad01 commit 8216334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Solver/src/libs/mesh/StorageClass.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@ end subroutine Statistics_Construct
17951795

17961796
pure subroutine Statistics_Destruct(self)
17971797
implicit none
1798-
class(Statistics_t) :: self
1798+
class(Statistics_t), intent(inout) :: self
17991799

18001800
safedeallocate( self % data )
18011801

0 commit comments

Comments
 (0)