Skip to content
Snippets Groups Projects
Commit 658f8f80 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Final local variable.

parent b01a41a3
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ public class Sensor {
referencePoint = new Vector3D(centroidX, centroidY, centroidZ);
// build a centered data matrix
RealMatrix matrix = MatrixUtils.createRealMatrix(3, los.size());
final RealMatrix matrix = MatrixUtils.createRealMatrix(3, los.size());
for (int i = 0; i < los.size(); ++i) {
final Vector3D p = positions.get(i);
final Vector3D l = los.get(i);
......
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