Skip to content

Commit

Permalink
3rd bias model and reporting empty cells
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Oct 4, 2017
1 parent 5a5e031 commit ec15a57
Show file tree
Hide file tree
Showing 5 changed files with 886 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CoLoRe
*.dat
*.fits
*.h5

## From https://github.com/github/gitignore/blob/master/C.gitignore
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ OPTIONS = -Wall -O3 -std=c99
DEFINEFLAGS += -D_LONGIDS
#Use normalized bias model
#DEFINEFLAGS += -D_BIAS_MODEL_2
#Use linear bias model
DEFINEFLAGS += -D_BIAS_MODEL_3
#Generate debug help. Only useful for development
DEFINEFLAGS += -D_DEBUG
#Use double precision floating point? Set to "yes" or "no"
Expand All @@ -31,8 +33,8 @@ USE_MPI = yes
#GSL
#GSL_INC = -I/add/path
#GSL_LIB = -L/add/path
GSL_INC = -I/users/damonge/include
GSL_LIB = -L/users/damonge/lib
GSL_INC = -I/home/damonge/include
GSL_LIB = -L/home/damonge/lib
#FFTW
FFTW_INC =
FFTW_LIB =
Expand Down
Loading

0 comments on commit ec15a57

Please sign in to comment.