Browse Source

refactoring: add function description

remotes/origin/develop
Jonas Zitzmann 11 months ago
parent
commit
b1002a79a7
  1. 1
      src/convert_time.c

1
src/convert_time.c

@ -24,6 +24,7 @@ double converter_min_to_hour(double min){
return time; return time;
} }
// Converts Hours in Seconds
double converter_hour_in_sec(double hour){ double converter_hour_in_sec(double hour){
double time = hour * 60 * 60; double time = hour * 60 * 60;
return time; return time;

Loading…
Cancel
Save