Random Ray Base Source Region Refactor (#3576)

This commit is contained in:
John Tramm 2025-10-02 11:02:43 -05:00 committed by GitHub
parent feefcc6713
commit 3ac64d9a01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 700 additions and 446 deletions

View file

@ -346,7 +346,6 @@ void get_run_parameters(pugi::xml_node node_base)
}
FlatSourceDomain::mesh_domain_map_[mesh_id].emplace_back(
type, domain_id);
RandomRay::mesh_subdivision_enabled_ = true;
}
}
}