Switched to standard C++ header files for consistency with other source files
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
|
||||||
#include "lal_dipole_long_lj.h"
|
#include "lal_dipole_long_lj.h"
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
|
|
||||||
#include "lal_lj_expand_coul_long.h"
|
#include "lal_lj_expand_coul_long.h"
|
||||||
|
|
||||||
|
|||||||
@ -15,10 +15,10 @@
|
|||||||
Contributing author: Trung Dac Nguyen (Northwestern)
|
Contributing author: Trung Dac Nguyen (Northwestern)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
#include <string.h>
|
#include <cstring>
|
||||||
#include "pair_lj_cut_dipole_long_gpu.h"
|
#include "pair_lj_cut_dipole_long_gpu.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "atom_vec.h"
|
#include "atom_vec.h"
|
||||||
|
|||||||
@ -15,9 +15,10 @@
|
|||||||
Contributing author: Trung Nguyen (Northwestern)
|
Contributing author: Trung Nguyen (Northwestern)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include <math.h>
|
#include <cmath>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
|
#include <cstring>
|
||||||
#include "pair_lj_expand_coul_long_gpu.h"
|
#include "pair_lj_expand_coul_long_gpu.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "atom_vec.h"
|
#include "atom_vec.h"
|
||||||
@ -32,7 +33,6 @@
|
|||||||
#include "universe.h"
|
#include "universe.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "domain.h"
|
#include "domain.h"
|
||||||
#include <string.h>
|
|
||||||
#include "kspace.h"
|
#include "kspace.h"
|
||||||
#include "gpu_extra.h"
|
#include "gpu_extra.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user