Skip to content

Commit

Permalink
remove getEntropy
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 21, 2020
1 parent cfe52e6 commit b6794f2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/Wave.elm
@@ -1,4 +1,4 @@
module Wave exposing (Cell(..), Wave, getEntropy, init, load, step, view)
module Wave exposing (Cell(..), Wave, init, load, step, view)

import Adjacency
import Array
Expand Down Expand Up @@ -33,15 +33,6 @@ type Wave a comparable



-- DEBUG INFO


getEntropy : Wave a comparable -> Heap Entropy
getEntropy (Wave guts) =
guts.entropy



-- END DEBUG


Expand Down

0 comments on commit b6794f2

Please sign in to comment.