build(GridFire): building on gcc and clang
resolved some issues preventing GridFire from building on both gcc and clang. Also resolved all warnings on both compilers.
This commit is contained in:
@@ -860,7 +860,7 @@ namespace gridfire {
|
||||
// Dynamic cast to REACLIBReaction to access specific properties
|
||||
csvFile << reaction.id() << ";";
|
||||
// Reactants
|
||||
int count = 0;
|
||||
size_t count = 0;
|
||||
for (const auto& reactant : reaction.reactants()) {
|
||||
csvFile << reactant.name();
|
||||
if (++count < reaction.reactants().size()) {
|
||||
|
||||
Reference in New Issue
Block a user