#include "implicit_f.inc"
#include "com04_c.inc"
#include "com01_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#include "com01_c.inc"
50
51
52
53 INTEGER N,I
54
55
56 DO n=1,njoint
60 DO i=1,nspmd
62 ENDDO
64 IF(
ALLOCATED(
cyl_join(n)%SECONDARY_NODE))
DEALLOCATE(
cyl_join(n)%SECONDARY_NODE)
65 ENDDO
66
68
69 RETURN
type(joint_type), dimension(:), allocatable cyl_join