Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
TenkyuChimata committed Dec 31, 2023
1 parent c1d2e72 commit b69afb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/jp/wolfx/mceew/MCEEW.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public static int calcMaxInt(double magnitude, double depth, String epicenter) {
b = 1.071;
c = 1.2355678010148;
d = 7;

return (int) Math.floor(a + b * magnitude + 0 * magnitude * magnitude - c * Math.log(d * (depth + 25) / 40) + 0.2);
}
if (epicenter.contains("四川") || epicenter.contains("西藏") || epicenter.contains("青海")) {
Expand Down

0 comments on commit b69afb3

Please sign in to comment.