From 43228c04b46f79db7ede7901070c9fcda05037b5 Mon Sep 17 00:00:00 2001 From: Nandhana Sakhtivel <s.nandhana@gmail.com> Date: Mon, 5 Feb 2024 13:47:44 +0000 Subject: [PATCH] Update reduce.c --- reduce.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reduce.c b/reduce.c index a773557..28ea68d 100644 --- a/reduce.c +++ b/reduce.c @@ -4,6 +4,8 @@ # endif #endif +//Revamped by NANDHANA SAKTHIVEL as part of her Master thesis, DSSC, UNITS, Italy + #include <stdio.h> #include <math.h> #include "allvars.h" -- GitLab