Directory CCA/Components/Angio/

Total Files:
10
Deleted Files:
0
Lines of Code:
3468

[root]/CCA/Components/Angio

Lines of Code

CCA/Components/Angio/ Lines of Code

Developers

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

Most Recent Commits

jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

10 lines of code changed in 20 files:

  • CCA/Components/Angio: Angio.cc (+1 -1), Angio.h (+1 -1), AngioFlags.cc (+1 -1), AngioFlags.h (new), AngioMaterial.cc (+1 -1), AngioMaterial.h (new), AngioParticleCreator.cc (new), AngioParticleCreator.h (new), sub.mk (+1 -1), uintahshare.h (+1 -1)
dav 2011-02-03 17:39 Rev.: 46783


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:

  • CCA/Components/Angio: Angio.cc (+1 -1)
harman 2011-02-03 14:44 Rev.: 46781

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:

  • CCA/Components/Angio: Angio.cc (+1 -1)
harman 2011-02-03 12:47 Rev.: 46779

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:

  • CCA/Components/Angio: Angio.cc (+1 -35), Angio.h (-12)
Generated by StatSVN 0.4.0