Kohonen pattern destructor
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(kohonen_pattern) | :: | current_pattern | 
                 A   | 
        
subroutine kohonen_pattern_destroy(current_pattern) !======================================================================================== !! Kohonen pattern destructor class(kohonen_pattern) :: current_pattern !! A `kohonen_pattern` object call current_pattern%pattern%destroy(); ! end subroutine kohonen_pattern_destroy