We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7278b67 commit 01fbaa7Copy full SHA for 01fbaa7
src/Distributed/VirtualDataManager.f90
@@ -454,6 +454,8 @@ subroutine destroy(this)
454
end do
455
deallocate (this%virtual_solutions)
456
457
+ deallocate (this%router)
458
+
459
end subroutine destroy
460
461
end module VirtualDataManagerModule
src/Distributed/VirtualModel.f90
@@ -280,6 +280,7 @@ subroutine deallocate_data(this)
280
! DIS
281
deallocate (this%dis_ndim)
282
deallocate (this%dis_nodes)
283
+ deallocate (this%dis_nodesuser)
284
deallocate (this%dis_nodeuser)
285
deallocate (this%dis_nja)
286
deallocate (this%dis_njas)
0 commit comments