stardis-green

Post-processing of green functions
git clone git://git.meso-star.fr/stardis-green.git
Log | Files | Refs | README | LICENSE

commit 7624330c92d33ecf6bce87e0c5c7d1306b9bb407
parent 307ede25e115367dde37b2d4e90b74a7edd72ec5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri, 16 Oct 2020 16:01:23 +0200

Fix a warning

Diffstat:
Msrc/green-compute.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/green-compute.c b/src/green-compute.c @@ -335,7 +335,8 @@ green_compute_1 *STD = (V > 0) ? sqrt(V / (double)green->counts.ok_count) : 0; } -void do_log +static void +do_log (const char* file_name, struct green* green, struct darray_logs* logs)