Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 14 (100.0%) | 156 (100.0%) | 11.1 |
harman | 3 (21.4%) | 151 (96.8%) | 50.3 |
jas | 8 (57.1%) | 4 (2.6%) | 0.5 |
dav | 3 (21.4%) | 1 (0.6%) | 0.3 |
Update copyright year.
4 lines of code changed in 8 files:
Fixed circular dependencies recently added to the code due to code
consolidation.
1) Consolidated CCA/Components/Arches and Arches/Radiation into a single library
instead of two separate libraries... There isn't any good reason
that I know of to keep them separate, and this allows them to
'share' some common routines w/o creating a circular dependency.
(There are still a couple of additional Arches sub-shared
libs... (fortran/Mixing). These could easily be consolidated too if someone
wanted it done.)
Note, previously, in CCA/Components/sub.mk, many of the Arches sub-shared libs
where specifically specified. I've removed these and moved them
directly into the CCA/Components/Arches/sub.mk file to make it a
little easier to follow what is going on.
3) Moved DbgOutput out of Core/IO and into Core/Grid as it is related to
the Grid classes... Also, Core/Grid depends on Core/IO, so having
Core/IO stuff depend on Core/Grid causes a circular dependency.
1 lines of code changed in 3 files:
Moved
CCA/Components/Parent/Common.cc .h
to
Core/IO/DbgOutput.cc .h
This fixes the static build. Thanks Dav.
151 lines of code changed in 3 files: