Skip to content
Snippets Groups Projects
Unverified Commit f77483e4 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

adapt #include statements to current LAMMPS conventions

parent 11cddd87
No related branches found
No related tags found
No related merge requests found
......@@ -17,10 +17,10 @@
Maurice de Koning (Unicamp/Brazil) - dekoning@ifi.unicamp.br
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pair_ufm.h"
#include "atom.h"
#include "comm.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment