tKeep intermediate result as floating-point number - filmtools - various tools for photographic film development and darkroom printing
 (HTM) git clone git://src.adamsgaard.dk/filmtools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit cd326a387cf8e6498e123292bb996fe49893bcb0
 (DIR) parent 5eb48fdbad841a5bb731a08f25b6b72abdae98a8
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 16 Jul 2020 22:50:41 +0200
       
       Keep intermediate result as floating-point number
       
       Diffstat:
         M reciprocity.c                       |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/reciprocity.c b/reciprocity.c
       t@@ -46,8 +46,8 @@ usage()
        int
        main(int argc, char **argv)
        {
       -        double factor, exponent;
       -        int i, hour, min, sec, sec_equiv;
       +        double factor, exponent, sec_equiv;
       +        int i, hour, min, sec;
        
                argv0 = *argv;