mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Move tally filter C-API functions to C++
This commit is contained in:
parent
5a6db8a0de
commit
2fd6a92074
12 changed files with 455 additions and 818 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue