Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RuleWorld/nfsim
Browse files Browse the repository at this point in the history
  • Loading branch information
ASinanSaglam committed Feb 4, 2022
2 parents 8adc185 + ccef9bf commit 3f5bbb7
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 340 deletions.
83 changes: 0 additions & 83 deletions .appveyor.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .curl_ftp.sh

This file was deleted.

101 changes: 0 additions & 101 deletions .make_tar.pl

This file was deleted.

58 changes: 0 additions & 58 deletions .travis.yml

This file was deleted.

30 changes: 0 additions & 30 deletions bintray.json

This file was deleted.

13 changes: 4 additions & 9 deletions src/NFinput/NFinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2273,15 +2273,10 @@ bool NFinput::initReactionRules(
// Add the reactant and product templates to the reaction class
r->setAllReactantAndProductTemplates(reactants, products);
r->setTotalRateFlag(totalRateFlag);

// AS-7/1/2021
// TODO: Currently I'm tagging every reaction by default
// for connectivity calculations. This probably needs
// revisited down the line.
if (s->getConnectivityFlag()) {
r->tag();
s->turnOnTagRxnOutput();
}
// if (tagFlag) {
r->tag();
s->turnOnTagRxnOutput();
// }
// Use reaction connectivity flag
// Set to true if given on the command line
r->setConnectivityFlag(s->getConnectivityFlag());
Expand Down
Loading

0 comments on commit 3f5bbb7

Please sign in to comment.