You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is too much branching within a larger, bigger, messier, main function. It would be far cleaner to remove the multiple branches based on geometry (things like if strcmp(magtype,'cuboid')) and write more structured nested code.
The text was updated successfully, but these errors were encountered:
Currently there is too much branching within a larger, bigger, messier, main function. It would be far cleaner to remove the multiple branches based on geometry (things like
if strcmp(magtype,'cuboid')
) and write more structured nested code.The text was updated successfully, but these errors were encountered: