Directory Core/Math/TntJama/

Total Files:
26
Deleted Files:
0
Lines of Code:
7810

[root]/Core/Math/TntJama

Lines of Code

Core/Math/TntJama/ Lines of Code

Developers

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

Most Recent Commits

jas 2017-04-20 13:18 Rev.: 56452

Update copyright.

26 lines of code changed in 52 files:

  • Core/Math/TntJama: jama_cholesky.h (+1 -1), jama_eig.h (new), jama_lu.h (new), jama_qr.h (new), jama_svd.h (new), tnt.h (+1 -1), tnt_array1d.h (+1 -1), tnt_array1d_utils.h (+1 -1), tnt_array2d.h (new), tnt_array2d_utils.h (+1 -1), tnt_array3d.h (+1 -1), tnt_array3d_utils.h (new), tnt_cmat.h (+1 -1), tnt_fortran_array1d.h (+1 -1), tnt_fortran_array1d_utils.h (new), tnt_fortran_array2d.h (new), tnt_fortran_array2d_utils.h (new), tnt_fortran_array3d.h (+1 -1), tnt_fortran_array3d_utils.h (+1 -1), tnt_i_refvec.h (new), tnt_math_utils.h (+1 -1), tnt_sparse_matrix_csr.h (+1 -1), tnt_stopwatch.h (new), tnt_subscript.h (+1 -1), tnt_vec.h (new), tnt_version.h (new)
dav 2017-03-13 17:59 Rev.: 56326


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:

  • Core/Math/TntJama: tnt_array2d_utils.h (+153 -178), tnt_array3d_utils.h (+158 -159), tnt_fortran_array2d_utils.h (+135 -147), tnt_fortran_array3d_utils.h (+156 -148)
Generated by StatSVN 0.7.0