Skip to content

Commit

Permalink
Merge pull request #1 from Marcogarofalo/patch-1
Browse files Browse the repository at this point in the history
index_end value
  • Loading branch information
pittlerf committed Feb 24, 2017
2 parents 5f21c19 + a38031b commit 124e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contractions_BSM.c
Expand Up @@ -3445,7 +3445,7 @@ int main(int argc, char *argv[]){
{
if (propagatorsonthefly_BSM == 1){

if ((g_cart_id == 0 ) && ( (index_start != 0) || (index_end!= 11) ))
if ((g_cart_id == 0 ) && ( (index_start != 0) || (index_end!= 12) ))
{
fprintf(stderr, "Contraction can be computed only with full set of point propagators\n");
exit(1);
Expand Down

0 comments on commit 124e50c

Please sign in to comment.