Commit 32ca58bd authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

whitespace cleanup

parent 111786e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#include "reaxc_tool_box.h"
#include "reaxc_vector.h"

// Functions definedd in reaxc_init_md.cpp
// Functions defined in reaxc_init_md.cpp
extern int Init_MPI_Datatypes(reax_system*, storage*, mpi_datatypes*, MPI_Comm, char*);
extern int Init_System(reax_system*, control_params*, char*);
extern int Init_Simulation_Data(reax_system*, control_params*, simulation_data*, char*);
+20 −21
Original line number Diff line number Diff line
@@ -745,7 +745,6 @@ typedef struct
  double *CdDeltaReduction;
  int *valence_angle_atom_myoffset;


  reallocate_data realloc;
} storage;