Move tally filter C-API functions to C++

This commit is contained in:
Sterling Harper 2018-10-19 15:09:55 -04:00
parent 5a6db8a0de
commit 2fd6a92074
12 changed files with 455 additions and 818 deletions

View file

@ -29,8 +29,6 @@ public:
if (check_for_node(node, "cosine")) {
auto cos = get_node_value(node, "cosine", true);
std::cout << cos << "\n";
std::cout << (cos == "scatter") << " " << (cos == "particle") << "\n";
if (cos == "scatter") {
cosine_ = SphericalHarmonicsCosine::scatter;
} else if (cos == "particle") {