Skip to content
Snippets Groups Projects
Commit bd3473a6 authored by sesteves's avatar sesteves
Browse files

minor

parent f4514f4e
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ public class MultiLayerModel implements AtmosphericRefraction {
if (previousRefractionIndex > 0) {
theta2 = FastMath.asin(previousRefractionIndex * FastMath.sin(theta1) / entry.getValue());
// get current los
// get los
double a = FastMath.sqrt((1 - FastMath.pow(FastMath.cos(theta2), 2)) /
(1 - FastMath.pow(FastMath.cos(theta1), 2)));
double b = a * FastMath.cos(theta1) - FastMath.cos(theta2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment