Refactor filenames to camelCase and remove unused files#89
Merged
DrPaulSharp merged 41 commits intoRascalSoftware:masterfrom Mar 2, 2023
Merged
Refactor filenames to camelCase and remove unused files#89DrPaulSharp merged 41 commits intoRascalSoftware:masterfrom
DrPaulSharp merged 41 commits intoRascalSoftware:masterfrom
Conversation
Closed
StephenNneji
reviewed
Mar 1, 2023
Collaborator
StephenNneji
left a comment
There was a problem hiding this comment.
examples/manual/DSPCStandardLayers/t1toProblemDef.m to .../t1ToProblemDef.m
we should remove
targetFunctions/common/loopCppCustlayWrapper/testDLL_mex.mexa64
targetFunctions/common/loopCppCustlayWrapper/testDLL_mex_latest.mexa64
...etFunctions/common/loopCppCustomLayersWrapper/loopCppCustomLayersWrapperCustomLayersPoints.m
Outdated
Show resolved
Hide resolved
...s/common/loopMatlabCustomLayers/mexCompile/loopMatlabCustomLayersWrapperCustomLayersSingle.m
Show resolved
Hide resolved
...unctions/common/loopMatlabCustomLayers/sourceCompile/loopMatlabCustomLayersWrapperXYPoints.m
Show resolved
Hide resolved
…rdTF_stanLay" to camelCase
…rdTF_custLay" to camelCase
…yCalculations\Abeles" to camelCase
…layWrapper" to camelCase
…ustomLayers" to camelCase
…Functions" to camelCase
… "testCommonFunctions/DPPC_customXY.m" and "testCommonFunctions/StructsINOUTS.m"
…ompile_new" to camelCase
…" directory to camelCase
581e129 to
f64bb81
Compare
StephenNneji
reviewed
Mar 2, 2023
StephenNneji
approved these changes
Mar 2, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Filenames have been changed throughout the code to change to camelCase, remove unnecessary "RAT" prefixes, and/or make the purpose of the contents clearer. This closes #67
Some unused files have also been removed.