Skip to content

Commit

Permalink
Merge pull request #102 from supertrianguloid/master
Browse files Browse the repository at this point in the history
Fix reading csw in compute_loops.c
  • Loading branch information
rabdomant authored Jun 19, 2024
2 parents 11cfc9f + 40aa7c9 commit 29d462d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Disconnected/compute_loops.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ typedef struct _input_loops
{"Source type ", "disc:source_type = %d", INT_T, &(varname).source_type}, \
{"maximum component of momentum", "disc:n_mom = %d", INT_T, &(varname).n_mom}, \
{"Configuration list:", "disc:configlist = %s", STRING_T, &(varname).configlist}, \
{"csw", "disc:csw = %f", DOUBLE_T, &(varname).csw}, \
{"csw", "disc:csw = %lf", DOUBLE_T, &(varname).csw}, \
{NULL, NULL, INT_T, NULL} \
} \
}
Expand Down

0 comments on commit 29d462d

Please sign in to comment.