BYU-MicrostructureOfMaterials / OpenXY

Other
35 stars 14 forks source link

Issue with Settings structure #14

Closed niliopoulos closed 5 years ago

niliopoulos commented 5 years ago

Matlab complains about not finding Settings.DoParallel in line 134 of MainGUI.m. I think the line needs to read: if ~any(strcmp({tb.Name},'Parallel Computing Toolbox')) && handles.Settings.DoParallel > 1

Thanks!

dtfullwood commented 5 years ago

Thanks - well spotted. This is now fixed. DTF