Skip to content

Commit

Permalink
Updated documentation to reflect changes
Browse files Browse the repository at this point in the history
  • Loading branch information
makeclean committed Jul 8, 2021
1 parent fdf097a commit f1006cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/usersguide/codes/fludag.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ material assignment data from the CAD geometry we must first
subsequently-defined geometry file, the user must produce the ``mat.inp`` file.
::

$ /path/to/fludag/executable/mainfludag geom.h5m
$ /path/to/fludag/executable/mainfludag --dagmc geom.h5m

This will load the named .h5m file and produce the material assignment
information. This information should then be pasted into the FLUKA input file,
Expand All @@ -165,5 +165,5 @@ geometry file to a fixed file called ``dagmc.h5m``.
The problem can then be run with
::

$ $FLUPRO/flutil/rfluka -e <path/to/fludag/executable/mainfludag> \
$ rfluka -e <path/to/fludag/executable/mainfludag> \
++{standard fluka options}++ <fludag_input_file>

0 comments on commit f1006cd

Please sign in to comment.