Browse Source

refactoring: removed unnecessary comments

remotes/origin/develop
Sandro Welte 11 months ago
parent
commit
4619d883e1
  1. 2
      src/convert_ton_to_mt.c

2
src/convert_ton_to_mt.c

@ -3,5 +3,5 @@
double tons_to_megatons(double tons) { double tons_to_megatons(double tons) {
return tons / 1000000.0; // 1 megaton = 1,000,000 tons
return tons / 1000000.0;
} }
Loading…
Cancel
Save