docs(GridFire): added loads of docs and supressed yaml-cpp shadow warnings

This commit is contained in:
2025-07-24 08:37:52 -04:00
parent f20bffc411
commit c3bc75a7f4
12 changed files with 1061 additions and 122 deletions

View File

@@ -41,8 +41,8 @@ namespace gridfire {
const partition::PartitionFunction& partitionFunction,
const BuildDepthType buildDepth) :
m_reactions(build_reaclib_nuclear_network(composition, buildDepth, false)),
m_partitionFunction(partitionFunction.clone()),
m_depth(buildDepth)
m_depth(buildDepth),
m_partitionFunction(partitionFunction.clone())
{
syncInternalMaps();
}