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,10 +15,10 @@
Contributing author: Eric Simon (Cray)
------------------------------------------------------------------------- */
#include "angle_class2.h"
#include <cmath>
#include <cstring>
#include <cstdlib>
#include "angle_class2.h"
#include "atom.h"
#include "neighbor.h"
#include "domain.h"