-
Notifications
You must be signed in to change notification settings - Fork 7
Reorganize GridKit directory structure #45
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
Conversation
|
140 files changed looks intimidating but most of it is moving files with minimal changes to subdirectories. |
abirchfield
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Structuring looks good to me.
|
The move of source files to As far as I can tell, only |
* Move sources to src/ dir * Rename ComponentLib to Model. * Change dir name SparseMatrix -> LinearAlgebra. * Rename Documentation -> docs. * Renamed Examples -> examples. * Rename CMake -> cmake * Rename Buildsystem -> buildsystem.
Reorganize directory structure of GridKit per draft proposed in #43.
Closes #43