Fix javadoc issues
This commit is contained in:
parent
d5b2a8bdec
commit
4666eb3538
|
@ -66,7 +66,7 @@ public class SphericalCoordinates implements Serializable {
|
|||
/** Polar angle (co-latitude) Φ. */
|
||||
private final double phi;
|
||||
|
||||
/** Jacobian of (r, θ &Phi). */
|
||||
/** Jacobian of (r, θ Φ). */
|
||||
private double[][] jacobian;
|
||||
|
||||
/** Hessian of radius. */
|
||||
|
|
Loading…
Reference in New Issue