Formatting

This commit is contained in:
2024-07-27 19:13:51 -04:00
parent 9057970706
commit b8ebff2c18
5 changed files with 66 additions and 62 deletions

View File

@@ -68,7 +68,7 @@ catch
end
% Load Fotos stored data
fotosToLoad = {'Coordinates', 'BGatTpts', 'anlZones', 'NCFparms'};
for i = 1:length(fotosToLoad)
for i=1:length(fotosToLoad)
try
load(fullfile(fotosResultsDir, fotosToLoad{i}));
catch