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

Commit

Permalink
We only have maxent now so it is the head of the list
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgrady committed Oct 1, 2021
1 parent ebe9052 commit 06fd5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/AlgorithmView.elm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ view index model =

exampleAlgorithm : D.Algorithm
exampleAlgorithm =
case List.head (List.drop 4 D.algorithms) of
case List.head D.algorithms of
Nothing ->
Debug.crash "No example algorithm def"

Expand Down

0 comments on commit 06fd5fc

Please sign in to comment.