Skip to content

Commit

Permalink
Add parentheses that were inadvertently dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
mquevill authored Sep 20, 2018
1 parent 29a57a8 commit 1195706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Methods/Umbrella.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ namespace SSAGES

//TODO walker id should be obtainable in method as
// opposed to calculated like this.
unsigned int wid = mxx::comm(world).rank/mxx::comm(comm).size();
unsigned int wid = mxx::comm(world).rank()/mxx::comm(comm).size();
bool ismulti = mxx::comm(world).size() > mxx::comm(comm).size();
unsigned int wcount = mxx::comm(world).size() / mxx::comm(comm).size();

Expand Down

0 comments on commit 1195706

Please sign in to comment.