Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ManuelLerchner/MolSim-WS23-24
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelLerchner committed Jan 9, 2024
2 parents 284d6a9 + 164bceb commit 4c85fc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,9 @@ In this section we describe how to build the project. You can use the following

- Excecute `./MolSim --help` to get a detailed list of all options, parameters and their default values.

- An example run could look like this: `./MolSim ../../body_collision.cub -d 0.0002 -e 5`
- An example run could look like this: `./MolSim ../../body_collision.xml`

- Further information about the possible input file formats can be found in the `/docs` directory.

- **Note:** Input files can, and for some cases have to provide own simulation parameters. In case the user provides additional parameters via the command line, both sources of parameters are merged. If a conflict occurs, the command line parameters take precedence, since it was explicitly requested by the user. To avoid mixups, it is recommended to define all parameters in the input file and only use command line for small, temporary adjustments to avoid changing the input file.

### Run the tests

Expand Down

0 comments on commit 4c85fc3

Please sign in to comment.