Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f-ij authored Jul 26, 2022
1 parent 5631981 commit cd2b8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ For faster startup time put [Sysimage](https://www.icloud.com/iclouddrive/017m3O

If all packages are installed correctly, then executing the "Main.jl" file starts up the simulation interface.

To use custom weighting functions, initialize the sim struct with `weighted = true`and define a new instance of the type WeightFunc in the "CustomWF.jl) file and then alias it as "weightFunc" in the main file. The correct way do initialize a WeightFunc is documented in "WeightFuncs.jl".
To use custom weighting functions, initialize the sim struct with `weighted = true` and define a new instance of the type WeightFunc in the "CustomWF.jl) file and then alias it as "weightFunc" in the main file. The correct way do initialize a WeightFunc is documented in "WeightFuncs.jl".

0 comments on commit cd2b8f0

Please sign in to comment.