Skip to content
Snippets Groups Projects
Commit 6c26d7a9 authored by Darwin's avatar Darwin
Browse files

Change uint8_t to char

parent 8d4bdd49
No related branches found
No related tags found
1 merge request!2048GEAR sink: add a minimal mass to sink
This commit is part of merge request !2048. Comments created here will be created in the context of that merge request.
...@@ -69,7 +69,7 @@ struct sink_props { ...@@ -69,7 +69,7 @@ struct sink_props {
/*! Disable sink formation? (e.g. used in sink accretion tests). Default: 0 /*! Disable sink formation? (e.g. used in sink accretion tests). Default: 0
(keep sink formation) */ (keep sink formation) */
uint8_t disable_sink_formation; char disable_sink_formation;
/*! Factor to rescale the velocity dispersion of the stars when they are /*! Factor to rescale the velocity dispersion of the stars when they are
spawned */ spawned */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment