From da3b91a744731789f723a314fb41e68bf7cc92b1 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 31 Jul 2019 03:11:44 -0400 Subject: [PATCH 1/2] Remove not existing files from USER-PHONON Install.sh --- src/USER-PHONON/Install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/USER-PHONON/Install.sh b/src/USER-PHONON/Install.sh index a73f529cfa..26104b45cf 100755 --- a/src/USER-PHONON/Install.sh +++ b/src/USER-PHONON/Install.sh @@ -42,5 +42,3 @@ action fix_phonon.cpp fft3d_wrap.h action fix_phonon.h fft3d_wrap.h action dynamical_matrix.cpp action dynamical_matrix.h -action third_order.cpp -action third_order.h From 3cc8508795fefedd4532d27dfeecc1957f6144bf Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Wed, 31 Jul 2019 03:22:22 -0400 Subject: [PATCH 2/2] Add missing definition of NULL in USER-PTM header --- src/USER-PTM/ptm_initialize_data.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/USER-PTM/ptm_initialize_data.h b/src/USER-PTM/ptm_initialize_data.h index 4e7f3e8f0a..87111b1282 100644 --- a/src/USER-PTM/ptm_initialize_data.h +++ b/src/USER-PTM/ptm_initialize_data.h @@ -15,6 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI #include "ptm_deformation_gradient.h" #include "ptm_fundamental_mappings.h" #include "ptm_alt_templates.h" +#include namespace ptm {