TABLE OF CONTENTS


ABINIT/m_linked_list [ Modules ]

[ Top ] [ Modules ]

NAME

 m_linked_list

FUNCTION

 This module contains the a linked list for real(dp).
 It is used to build the LIL (list of linked list) format of sparse matrix.

 Datatypes:

 * lnode: a node in the linked list, in each node, there is an integer and a real(dp)
 * llist: linked list of lnode

 Subroutines:
 TODO: add this when F2003 doc style is determined.

COPYRIGHT

 Copyright (C) 2001-2024 ABINIT group (hexu)
 This file is distributed under the terms of the
 GNU General Public License, see ~abinit/COPYING
 or http://www.gnu.org/copyleft/gpl.txt .
 For the initials of contributors, see ~abinit/doc/developers/contributors.txt .

SOURCE

28 #if defined HAVE_CONFIG_H
29 #include "config.h"
30 #endif
31 #include "abi_common.h"
32 
33 module m_linked_list
34   use defs_basis
35   use m_errors
36   use m_xmpi
37   use m_profiling_abi
38   implicit none