mirror of https://github.com/phonopy/phono3py.git
Rename triplet_kpoint.c -> triplet_grid.c
This commit is contained in:
parent
9726060832
commit
0a52b74620
|
@ -61,8 +61,8 @@ set(SOURCES_PHONO3PY
|
|||
${PROJECT_SOURCE_DIR}/c/snf3x3.c
|
||||
${PROJECT_SOURCE_DIR}/c/tetrahedron_method.c
|
||||
${PROJECT_SOURCE_DIR}/c/triplet.c
|
||||
${PROJECT_SOURCE_DIR}/c/triplet_iw.c
|
||||
${PROJECT_SOURCE_DIR}/c/triplet_kpoint.c)
|
||||
${PROJECT_SOURCE_DIR}/c/triplet_grid.c
|
||||
${PROJECT_SOURCE_DIR}/c/triplet_iw.c)
|
||||
|
||||
# Shared library
|
||||
add_library(ph3py SHARED ${SOURCES_PHONO3PY})
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "lagrid.h"
|
||||
#include "triplet.h"
|
||||
#include "triplet_iw.h"
|
||||
#include "triplet_kpoint.h"
|
||||
#include "triplet_grid.h"
|
||||
|
||||
static long get_triplets_reciprocal_mesh_at_q(long *map_triplets,
|
||||
long *map_q,
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
#include "grgrid.h"
|
||||
#include "lagrid.h"
|
||||
#include "triplet.h"
|
||||
#include "triplet_kpoint.h"
|
||||
#include "triplet_grid.h"
|
||||
|
||||
#define BZG_NUM_BZ_SEARCH_SPACE 125
|
||||
static long bz_search_space[BZG_NUM_BZ_SEARCH_SPACE][3] = {
|
|
@ -34,8 +34,8 @@
|
|||
/* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
|
||||
/* POSSIBILITY OF SUCH DAMAGE. */
|
||||
|
||||
#ifndef __triplet_kpoint_H__
|
||||
#define __triplet_kpoint_H__
|
||||
#ifndef __triplet_grid_H__
|
||||
#define __triplet_grid_H__
|
||||
|
||||
#include "lagrid.h"
|
||||
|
Loading…
Reference in New Issue