Changeset 2b0e754 for doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py
- Timestamp:
- Jul 27, 2025, 3:25:11 PM (8 weeks ago)
- Branches:
- master
- Children:
- 5ba1356
- Parents:
- b9d1242
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/benchmarks/list/qplot.py
rb9d1242 r2b0e754 8 8 9 9 printSingleDetail( 10 infileLocal = sys.argv[1], 11 tgtMovement = 'stack', 12 tgtPolarity = 'insfirst', 13 tgtAccessor = 'allhead' 14 15 16 # tgtMovement = 'all', 17 # tgtPolarity = 'all', 18 # tgtAccessor = 'remelem', 19 # tgtInterleave = 0.5 20 ) 10 infileLocal = sys.argv[1] 11 )
Note:
See TracChangeset
for help on using the changeset viewer.