feat(libcomposition): SERiF now uses libcomposition instead of internal composition module

This commit is contained in:
2025-06-21 12:26:02 -04:00
parent acf7ac0b56
commit 1b26404a86
35 changed files with 77 additions and 12904 deletions

View File

@@ -501,7 +501,7 @@ namespace serif::network::approx8{
netOut.num_steps = num_steps;
const std::vector<std::string> symbols = {"H-1", "He-3", "He-4", "C-12", "N-14", "O-16", "Ne-20", "Mg-24"};
netOut.composition = serif::composition::Composition(symbols, outComposition);
netOut.composition = fourdst::composition::Composition(symbols, outComposition);
return netOut;
}