putting implementation header first in package folder sources

This commit is contained in:
Axel Kohlmeyer
2019-07-03 19:44:58 -04:00
parent 256531a29a
commit 5b3a15bd94
253 changed files with 256 additions and 260 deletions

View File

@ -15,8 +15,8 @@
Contributing authors: Amalie Frischknecht and Ahmed Ismail (SNL)
------------------------------------------------------------------------- */
#include <cmath>
#include "pppm_tip4p.h"
#include <cmath>
#include "atom.h"
#include "domain.h"
#include "force.h"