Skip to content

Commit 01749c6

Browse files
committed
link and file name fixed
1 parent ac53937 commit 01749c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project homepage: https://github.com/kbat/mc-tools
99
~~~
1010
$FLUPRO/flutil/rfluka $FLUPRO/exmixed.inp
1111
~~~
12-
and then execute ```fluka2root exmixed.inp```. A more detailed tutorial is available in the [wiki section](https://github.com/kbat/mc-tools/wiki/mc%E2%80%90tools:-FLUKA).
12+
and then execute ```fluka2root exmixed.inp```. A more detailed tutorial is available in the [wiki section](https://github.com/kbat/mc-tools/wiki/FLUKA).
1313
* [plotgeom2root](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/plotgeom2root.py) script to convert the [PLOTGEOM](http://www.fluka.org/fluka.php?id=man_onl&sub=63) binary output into a [TMultiGraph](https://root.cern/root/html606/classTMultiGraph.html) object.
1414
* [sigma](https://github.com/kbat/mc-tools/blob/master/mctools/fluka/sigma.py) script to plot integral FLUKA cross sections as functions of incident energy.
1515

mctools/fluka/usbsuw2txt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141
outFileName = args.out
4242

4343
if not args.force and path.isfile(outFileName):
44-
print("usbsuw2txt: File %s already exists. Use '-f' to overwrite." % args.out, file=sys.stderr)
44+
print("usbsuw2txt: File %s already exists. Use '-f' to overwrite." % outFileName, file=sys.stderr)
4545
return 1
4646

4747
b = Data.Usrbin()

0 commit comments

Comments
 (0)