refactor!: Change parsefileinputs
The previous way of doing stuff was not allowing to load files from multiple (sub)directories. This commits allows the user to specify files from various directories as a string array. BREAKING: This commit changes the input arguments for **xf2mat** and **formatairfoilcoord**.
Showing
- +af_tools/+utils/parsefileinputs.m 16 additions, 66 deletions+af_tools/+utils/parsefileinputs.m
- +af_tools/formatairfoilcoord.m 12 additions, 17 deletions+af_tools/formatairfoilcoord.m
- +af_tools/xf2mat.m 10 additions, 14 deletions+af_tools/xf2mat.m
- CHANGELOG.md 8 additions, 1 deletionCHANGELOG.md
- README.md 7 additions, 9 deletionsREADME.md
- tests/test_formatairfoilcoord.m 37 additions, 41 deletionstests/test_formatairfoilcoord.m
- tests/test_parsefileinputs.m 4 additions, 15 deletionstests/test_parsefileinputs.m
- tests/test_xf2mat.m 17 additions, 24 deletionstests/test_xf2mat.m
Please register or sign in to comment