Directory CCA/Components/Arches/DigitalFilter/

Total Files:
3
Deleted Files:
0
Lines of Code:
2213

[root]/CCA/Components/Arches/DigitalFilter

Lines of Code

CCA/Components/Arches/DigitalFilter/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 7 (100.0%) 30 (100.0%) 4.2
jthornoc 2 (28.6%) 26 (86.7%) 13.0
ahumphrey 3 (42.9%) 3 (10.0%) 1.0
jas 2 (28.6%) 1 (3.3%) 0.5

Most Recent Commits

jthornoc 2016-08-09 14:02 Rev.: 55613

Remove BCHelper.
Cleanup “using namespace” in BoundaryCond_new.
Silence a warning in DigitalFilterInlet (better way to do this?)

26 lines of code changed in 2 files:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterInlet.cc (new)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

3 lines of code changed in 3 files:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterGenerator.cc (new), DigitalFilterInlet.cc (+1 -1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

1 lines of code changed in 2 files:

  • CCA/Components/Arches/DigitalFilter: DigitalFilterInlet.h (+1 -1)
Generated by StatSVN 0.7.0