[us-commits] [ehb54/ultrascan3] 9cb6b0: somo: bring the code added in this branch to the U...
emre brookes
noreply at github.com
Mon Aug 17 12:09:33 MDT 2026
Branch: refs/heads/ehb54-issue-1009-somo-merge
Home: https://github.com/ehb54/ultrascan3
Commit: 9cb6b06e56849392fd5868b696d362920eb442de
https://github.com/ehb54/ultrascan3/commit/9cb6b06e56849392fd5868b696d362920eb442de
Author: ehb54 <brookes at uthscsa.edu>
Date: 2026-08-17 (Mon, 17 Aug 2026)
Changed paths:
M us_somo/develop/grpy/grpy_api.hpp
M us_somo/develop/grpy/linalg.hpp
M us_somo/develop/perceiver/tests/regression.cpp
M us_somo/develop/src/us_hydrodyn_grpy.cpp
M us_somo/develop/src/us_hydrodyn_other.cpp
Log Message:
-----------
somo: bring the code added in this branch to the UltraScan III standards
Braces on every if/for/while, a space after the construct, and a space inside
the parentheses -- per the UltraScan III Coding Standards wiki page. My own
additions in this branch did not follow them.
Touched only the lines this branch adds:
- grpy/grpy_api.hpp read_native_file() validation
- grpy/linalg.hpp the calloc and out-of-core guards
- src/us_hydrodyn_grpy.cpp the shell-reduction force-off
- src/us_hydrodyn_other.cpp the GRPY-running close guard
- perceiver/tests/regression.cpp the empty-input guards
No behaviour change. Verified with a checker over the added lines only: no
tabs, no line over 132 characters, and no remaining brace or spacing violation.
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list