Skip to content

Commit

Permalink
Merge pull request #24 from martinkilbinger/develop202004
Browse files Browse the repository at this point in the history
Develop202004
  • Loading branch information
martinkilbinger committed Apr 6, 2020
2 parents 3aee1d6 + 965b123 commit c0bdd55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -31,7 +31,7 @@ set(LIBS ${LIBS} fftw3 m)
#
# Compilation flags
#
set(CMAKE_C_FLAGS "-Wall -Wuninitialized -pedantic -O3 -fPIC -std=gnu9x")
set(CMAKE_C_FLAGS "-Wuninitialized -Wdeprecated-declarations -pedantic -O3 -fPIC -std=gnu9x")


#
Expand Down
2 changes: 1 addition & 1 deletion Cosmo/src/nofz.c
Expand Up @@ -398,7 +398,7 @@ double *read_par_nz_hist(const char *name, int *Nnz, error **err)
void get_nofz_t_file(const char *name, nofz_t *nofz, photz_t *photz, error **err)
{
FILE *F;
int n, j, s_length, only_ws;
int n, j=0, s_length, only_ws;
struct { char snofz[128], sphotz[128]; nofz_t nofz; photz_t photz; } tmp;
char dummy[128];

Expand Down
2 changes: 2 additions & 0 deletions docs/nicaea.rst
Expand Up @@ -28,6 +28,8 @@ Catherine Heymans (intrinsic alignment)

Francois Lanusse (enhancements and interface)

Shiming Gu (massive neutrinos)

Documentation
=============

Expand Down

0 comments on commit c0bdd55

Please sign in to comment.