Skip to content

Commit

Permalink
Merged accidental branch
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Sep 30, 2015
2 parents 670937e + f49e393 commit 68a4a7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xi_theory/vpf/vpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
* rmax = maximum radius (in h^-1 Mpc)
* nbin = number of radial bins (evenly spaced in r)
* nc = number of centers to place
* seed = random number seed
* < particle distribution in fastfood.out format
* > output <r P0 P1 P2 Navg Nsig xscal>
* num_pN = how many particles/spheres to report
* file = file name containing the particles
* file_format = format for the input file in the previous line (a-> ascii, f->fastfood)
* seed = random number seed
* > output <r P0 P1 P2 ....Pnum_pN-1>
*/

#include <stdio.h>
Expand Down

0 comments on commit 68a4a7c

Please sign in to comment.