Skip to content
Snippets Groups Projects
Commit 66f03568 authored by Matteo Gotti's avatar Matteo Gotti
Browse files

[fins-dimensioning][classes] added method to environmen

     - done for compatibility reasons with parallel computing based on threads
parent dbf379fc
Branches
No related tags found
1 merge request!9Merging fins-dimensioning into main
......@@ -69,6 +69,12 @@ classdef Environment < Component
obj.updateLocal;
end
function updateAllExcetpG0(obj) % useful for parallel computing based on threads (gravitywgs84 not supported)
obj.updatePinDistance;
obj.updateRamp;
obj.updateLocal;
end
function obj = updateG0(obj)
obj.g0 = gravitywgs84(obj.z0, obj.lat0);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment