Skip to content
Snippets Groups Projects
Commit c8a0689d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct typo in converting c-library header includes to c++ styles

parent 28786ef9
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,9 @@ Contributing Author: Jacob Gissinger (jacob.gissinger@colorado.edu) ...@@ -16,9 +16,9 @@ Contributing Author: Jacob Gissinger (jacob.gissinger@colorado.edu)
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include <mpi.h> #include <mpi.h>
#include <cmath.h> #include <cmath>
#include <cstring.h> #include <cstring>
#include <cstdlib.h> #include <cstdlib>
#include "fix_bond_react.h" #include "fix_bond_react.h"
#include "update.h" #include "update.h"
#include "modify.h" #include "modify.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