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