Skip to content

Commit

Permalink
Changed linking length in code
Browse files Browse the repository at this point in the history
  • Loading branch information
vcalderon2009 committed Feb 22, 2018
1 parent 91fdd08 commit f754048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/mocks_create/eco_mocks_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ def add_to_dict(param_dict):
## Variable constants
const_dict = val_consts()
# FoF linking lengths
l_perp = 0.14
l_para = 0.75
l_perp = 0.07
l_para = 1.1
## Survey name
if param_dict['survey'] == 'ECO':
survey_name = 'ECO'
Expand Down

0 comments on commit f754048

Please sign in to comment.