-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring ~iterator.cpp
~ SimulationManager::execute()
#63
Comments
Just putting an update here with regards to the current state of the codebase; for anyone coming to the project fresh and not knowing where
Setup of the data structures, scoping of loop variables, preparation of the output and post-loop processing methods have already been implemented. |
iterator.cpp
~ SimulationManager::execute()
mexFunction
in iterator.cpp is the best part of 7k lines. This should be broken out into smaller functions with structs/classes for the commonly grouped function arguments.int i, int j, int k
data-clump #132The text was updated successfully, but these errors were encountered: