Skip to content

Commit

Permalink
gxensemble utils moved to std/config
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Aug 23, 2024
1 parent 53064b2 commit b715853
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/tools/gxensemble.ss
Original file line number Diff line number Diff line change
Expand Up @@ -1787,15 +1787,6 @@
(write result)
(newline))

(def (string->object str)
(call-with-input-string str read))

(def (string->integer str)
(let (input (string->number str))
(unless (integer? input)
(error "expected integer" str))
input))

(def (get-ensemble-domain opt)
(cond
((hash-get opt 'ensemble-domain))
Expand Down

0 comments on commit b715853

Please sign in to comment.