Skip to content
Snippets Groups Projects
Commit bbbb25d6 authored by leprob001's avatar leprob001
Browse files

Bugfix, the additional parameter for plotOffsetVariations was missing.

parent 7e99c1e7
No related branches found
No related tags found
No related merge requests found
302 303
\ No newline at end of file \ No newline at end of file
...@@ -110,6 +110,7 @@ for i = 1:length(trajectories) ...@@ -110,6 +110,7 @@ for i = 1:length(trajectories)
] = artoa.trajectory.plotOffsetVariations( ... ] = artoa.trajectory.plotOffsetVariations( ...
artoaGui.trajectoryOutput.axesTrajectoryOutput, ... artoaGui.trajectoryOutput.axesTrajectoryOutput, ...
trajectories{i}.variationResults, ... trajectories{i}.variationResults, ...
artoaConfig.offsetvariations, ...
trajectoryColor ... trajectoryColor ...
); );
else else
......
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