#include "my_real.inc"
#include "implicit_f.inc"
Go to the source code of this file.
◆ free_pinch()
| subroutine free_pinch |
( |
type(pinch) | pinch_data | ) |
|
Definition at line 98 of file pinchtype_mod.F.
99
100
101
103
104
105
106#include "implicit_f.inc"
107 TYPE(PINCH) :: PINCH_DATA
108
109 IF(ALLOCATED(pinch_data%XPINCH )) DEALLOCATE(pinch_data%XPINCH )
110 IF(ALLOCATED(pinch_data%DPINCH )) DEALLOCATE(pinch_data%DPINCH )
111 IF(ALLOCATED(pinch_data%VPINCH )) DEALLOCATE(pinch_data%VPINCH )
112 IF(ALLOCATED(pinch_data%APINCH )) DEALLOCATE(pinch_data%APINCH )
113 IF(ALLOCATED(pinch_data%STIFPINCH )) DEALLOCATE(pinch_data%STIFPINCH)
114 IF(ALLOCATED(pinch_data%MSPINCH )) DEALLOCATE(pinch_data%MSPINCH )