We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451df4f commit bd9c628Copy full SHA for bd9c628
1 file changed
tools/Python/mcrun/mcrun.py
@@ -600,6 +600,9 @@ def main():
600
601
# Parameters for linear scanning present
602
if interval_points and (options.scan_split is None):
603
+ # In case of list, update with number of list points
604
+ if options.list:
605
+ options.numpoints=len(pointlist[0])
606
scanner = Scanner(mcstas, intervals)
607
scanner.set_points(interval_points)
608
if (not options.dir == ''):
0 commit comments