Skip to content
Snippets Groups Projects
Commit 8a975e92 authored by Maurizio Tomasi's avatar Maurizio Tomasi
Browse files

Add a debug printf to stderr

parent ecb8cda4
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
* \author Martin Reinecke \author Dag Sverre Seljebotn * \author Martin Reinecke \author Dag Sverre Seljebotn
*/ */
// Hacked by Maurizio Tomasi for debugging purposes
//
#ifndef SHARP_SHARP_H #ifndef SHARP_SHARP_H
#define SHARP_SHARP_H #define SHARP_SHARP_H
......
...@@ -62,7 +62,7 @@ void sharp_make_weighted_healpix_geom_info (int nside, int stride, ...@@ -62,7 +62,7 @@ void sharp_make_weighted_healpix_geom_info (int nside, int stride,
static inline void sharp_make_healpix_geom_info (int nside, int stride, static inline void sharp_make_healpix_geom_info (int nside, int stride,
sharp_geom_info **geom_info) sharp_geom_info **geom_info)
{ {
printf("size_t size = %ul\n", sizeof(size_t)); fprintf(stderr, "**ugly_printf** size_t size = %ul\n", sizeof(size_t));
sharp_make_weighted_healpix_geom_info (nside, stride, NULL, geom_info); } sharp_make_weighted_healpix_geom_info (nside, stride, NULL, geom_info); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment