Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
c900b14e
Commit
c900b14e
authored
Jan 29, 2016
by
Matthieu Schaller
Browse files
Cleaned-up unnecessary constants
parent
cf0b83ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cell.h
View file @
c900b14e
...
...
@@ -27,9 +27,6 @@
/* Forward declaration of space, needed for cell_unpack. */
struct
space
;
/* Some constants. */
#define cell_sid_dt 13
/* Max tag size set to 2^29 to take into account some MPI implementations
* that use 2^31 as the upper bound on MPI tags and the fact that
* cell_next_tag is multiplied by 2 when passed to an MPI function.
...
...
src/space.h
View file @
c900b14e
...
...
@@ -29,13 +29,11 @@ struct engine;
/* Some constants. */
#define space_maxdepth 10
#define space_cellallocchunk 1000
#define space_splitratio 0.875f
#define space_splitsize_default 400
#define space_maxsize_default 8000000
#define space_subsize_default 8000000
#define space_stretch 1.10f
#define space_maxreldx 0.25f
#define space_qstack 2048
/* Split size. */
extern
int
space_splitsize
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment