Skip to content
Snippets Groups Projects
Commit 1023f11a authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Remove documented but not present argument vel

parent 09f6effd
No related branches found
No related tags found
1 merge request!203Gadget2 part update
......@@ -37,7 +37,6 @@ char *vec_filename = "test_nonsym_vec.dat";
* @param h The smoothing length of the particles in units of the inter-particle
*separation.
* @param partId The running counter of IDs.
* @param vel The type of velocity field (0, random, divergent, rotating)
*/
struct part *make_particles(int count, double *offset, double spacing, double h,
long long *partId) {
......
......@@ -37,7 +37,6 @@ char *vec_filename = "test_sym_vec.dat";
* @param h The smoothing length of the particles in units of the inter-particle
*separation.
* @param partId The running counter of IDs.
* @param vel The type of velocity field (0, random, divergent, rotating)
*/
struct part *make_particles(int count, double *offset, double spacing, double h,
long long *partId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment