diff options
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index a1465d92..5a3014ec 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -184,6 +184,7 @@ static void render_za(UnitCell *cell, double *ref, unsigned int *c, if ( max_val <= 0.0 ) { max_r = 4.0; + STATUS("Couldn't find max value.\n"); goto out; } |