Skip to content
Snippets Groups Projects

removed dx_max from space.h since it's not needed anymore

Merged Mladen Ivkovic requested to merge small_cleanup into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -112,9 +112,6 @@ struct space {
/*! The minimum top-level cell width allowed. */
double cell_min;
/*! Current maximum displacement for particles. */
float dx_max;
/*! Space dimensions in number of top-cells. */
int cdim[3];
Loading