[root]/CCA/Components/Angio
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 24 (100.0%) | 13 (100.0%) | 0.5 |
jas | 20 (83.3%) | 10 (76.9%) | 0.5 |
harman | 3 (12.5%) | 2 (15.4%) | 0.6 |
dav | 1 (4.2%) | 1 (7.7%) | 1.0 |
Update copyright year.
10 lines of code changed in 20 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 1 file:
Moved
CCA/Components/Parent/Common.cc .h
to
Core/IO/DbgOutput.cc .h
This fixes the static build. Thanks Dav.
1 lines of code changed in 1 file:
Consolidated all the versions of printTask() & printSchedule to a common location
CCA/Components/Parent/Common.cc/.h
Global: added a #include Common.h and updated the interfaces.
Arches:
added printSchedule() calls. Many more to still add.
1 lines of code changed in 2 files: