Skip to content

Commit

Permalink
changed to work on windows instead
Browse files Browse the repository at this point in the history
  • Loading branch information
klytje committed Jan 17, 2024
1 parent 66a1d4c commit 213b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sas/sascalc/calculator/geni.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _calc_Iq(Iq, q, coords, sld, vol, worksize=1000000):
"""
Iq[:] = 0.
weight = sld * vol
path = "external/sasview"
path = "external/sasview.exe"
if (os.path.exists(path)):
file_c = open("tmp_coords.txt", "w")
file_q = open("tmp_q.txt", "w")
Expand Down

0 comments on commit 213b0ce

Please sign in to comment.