TABLE OF CONTENTS


ABINIT/m_mergesort [ Modules ]

[ Top ] [ Modules ]

NAME

 m_mergesort

FUNCTION

 Module for sorting integer arrays using merge sorting algorithm

COPYRIGHT

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

SOURCE

20 #if defined HAVE_CONFIG_H
21 #include "config.h"
22 #endif
23 #include "abi_common.h"
24 
25 
26 module m_mergesort