Skip to content

Commit

Permalink
make changes to see if the alias reaction test passes on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adelhpour committed Feb 5, 2025
1 parent 4eef9bd commit bb1260f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ namespace LIBSBMLNETWORK_CPP_NAMESPACE {
findSpeciesReference(document->getModel(), layout, referenceReactionGlyph, speciesGlyph));
std::cout << "Stoichiometry: " << stoichiometry << std::endl;
for (unsigned int stoichiometryIndex = 0; stoichiometryIndex < stoichiometry; stoichiometryIndex++) {
std::cout << "StoichiometryIndex: " << stoichiometryIndex << std::endl;
alias_element_createAliasSpeciesReferenceGlyph(reactionGlyph, speciesReferenceGlyph,
connectedSpeciesGlyph->getId(),
stoichiometryIndex, padding);
Expand Down

0 comments on commit bb1260f

Please sign in to comment.