Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 56 (100.0%) | 628 (100.0%) | 11.2 |
dav | 4 (7.1%) | 602 (95.9%) | 150.5 |
jas | 52 (92.9%) | 26 (4.1%) | 0.5 |
Update copyright.
26 lines of code changed in 52 files:
Fix code to remove compiler warnings spewing out of GCC 6.1. These are (I hope) purely cosmetic changes.
M Core/Math/TntJama/tnt_fortran_array2d_utils.h
M Core/Math/TntJama/tnt_fortran_array3d_utils.h
M Core/Math/TntJama/tnt_array2d_utils.h
M Core/Math/TntJama/tnt_array3d_utils.h
- Fixed truly atrocious (random?) formatting...
- Remove tabs.
- Coding standard fixes: Use {} for 'if' statements, function return type on its own line, etc.
M CCA/Components/MPM/SerialMPM.cc
- Fix incorrect indentation.
- Coding standard fixes: Use {} for 'if' statements, function return type on its own line, whites pace, alignmnet of variables, etc.
602 lines of code changed in 4 files: