update #include statements for system includes
This commit is contained in:
@ -15,9 +15,9 @@
|
||||
Contributing authors: Dan Bolintineanu (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "math.h"
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "fix_wall_gran_region.h"
|
||||
#include "region.h"
|
||||
#include "atom.h"
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "fix_dpd_energy.h"
|
||||
#include "atom.h"
|
||||
#include "force.h"
|
||||
|
||||
Reference in New Issue
Block a user