Skip to content
Snippets Groups Projects

Changes for 2024 release of pigeon

Merged Pascal Palenda requested to merge feature/pigeon-2024 into master
13 files
+ 261
30
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -9,7 +9,7 @@ if numel( point ) ~= 3
end
if ~obj.point_outside_wedge( point )
error 'Point was inside wedge'
error 'Point was inside wedge. Did you set itaGeoPropagation.eps_precision to a suitable value?'
end
% Transform coordinate system into the reference frame of wedge
Loading