LCOV - code coverage report
Current view: top level - src - block_p_types.F (source / functions) Coverage Total Hit
Test: CP2K Regtests (git:936074a) Lines: 0.0 % 1 0
Test Date: 2025-12-04 06:27:48 Functions: 0.0 % 1 0

            Line data    Source code
       1              : !--------------------------------------------------------------------------------------------------!
       2              : !   CP2K: A general program to perform molecular dynamics simulations                              !
       3              : !   Copyright 2000-2025 CP2K developers group <https://cp2k.org>                                   !
       4              : !                                                                                                  !
       5              : !   SPDX-License-Identifier: GPL-2.0-or-later                                                      !
       6              : !--------------------------------------------------------------------------------------------------!
       7              : 
       8              : ! **************************************************************************************************
       9              : !> \brief collect pointers to a block of reals
      10              : !> \note
      11              : !>      needed to work around NEC compiler bug
      12              : !> \author fxcoudert [2006.12]
      13              : ! **************************************************************************************************
      14              : MODULE block_p_types
      15              : 
      16              :    USE kinds,                           ONLY: dp
      17              : #include "./base/base_uses.f90"
      18              : 
      19              :    IMPLICIT NONE
      20              :    PRIVATE
      21              :    PUBLIC :: block_p_type
      22              : ! **************************************************************************************************
      23              :    TYPE block_p_type
      24              :       REAL(KIND=dp), DIMENSION(:, :), POINTER :: block => NULL()
      25              :    END TYPE block_p_type
      26            0 : END MODULE block_p_types
        

Generated by: LCOV version 2.0-1