Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BTV25 authored Jun 11, 2024
1 parent 096cff8 commit 86c9710
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
(v1.x) pkg> dev https://github.com/byuflowlab/FLOWFarm.jl.git
```

### Enable NaN Safe Mode in ForwardDiff
NaN Safe Mode must be enables in ForwardDiff for ForwardDiff to work properly with FLOWFarm.

```julia
(v1.x) pkg> dev ForwardDiff
```
```
$ cd ~/.julia/dev/ForwardDiff/src/
```
In `prelude.jl`, on the first line, set `const NANSAFE_MODE_ENABLED = true` and save the file.
For more information see the ForwardDiff documentation at
http://www.juliadiff.org/ForwardDiff.jl/latest/user/advanced.html

## Testing

To test FLOWFarm, run the following from the top directory:
Expand Down

0 comments on commit 86c9710

Please sign in to comment.