#include "implicit_f.inc"
#include "com04_c.inc"
Go to the source code of this file.
◆ deallocate_joint()
| subroutine deallocate_joint |
Definition at line 30 of file deallocate_joint.F.
31
32
33
34
35
36
37
38
39
41
42
43
44#include "implicit_f.inc"
45
46
47
48#include "com04_c.inc"
49
50
51
52 INTEGER :: N
53 IF(njoint>0) THEN
54
55 DO n=1,njoint
60 ENDIF
62 IF(
ALLOCATED(
cyl_join(n)%COMM_MPI%SIZE_SR) )
DEALLOCATE(
cyl_join(n)%COMM_MPI%SIZE_SR )
63 ENDDO
64
65 ENDIF
67
68 RETURN
type(joint_type), dimension(:), allocatable cyl_join