[root]/Packages/Uintah/CCA/Components/MPM/PhysicalBC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 27 (100.0%) | 1.9 |
dgroulx | 4 (28.6%) | 11 (40.7%) | 2.7 |
dav | 2 (14.3%) | 7 (25.9%) | 3.5 |
livne | 3 (21.4%) | 4 (14.8%) | 1.3 |
jones | 1 (7.1%) | 4 (14.8%) | 4.0 |
worthen | 1 (7.1%) | 1 (3.7%) | 1.0 |
sparker | 1 (7.1%) | 0 (0.0%) | 0.0 |
guilkey | 2 (14.3%) | 0 (0.0%) | 0.0 |
Formatting
0 lines of code changed in 2 files:
Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.
7 lines of code changed in 2 files:
Moved the operator<< to be friend functions as this allows the (g++) compiler to find the functions and not get confused and give a unknown function error message when compiling. Strangely, all (most?) << functions must be friends as most any arbitrary new << function that is not a friend function causes others to be 'lost'. Also had to put the << functions into the Uintah namespace in the .cc files.
4 lines of code changed in 3 files:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
11 lines of code changed in 4 files:
Retire .cvsignore files
0 lines of code changed in 1 file:
Fixes for gcc 3.4
1 lines of code changed in 1 file:
Re-organizing Core/Grid.
4 lines of code changed in 1 file: