Skip to content

Commit

Permalink
example with module installed on system
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-mattei committed Mar 30, 2024
1 parent e918090 commit a91a52c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/zeta+.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

;; example in Scheme+ that plot the convergence of th ζ Riemann complex serie (without Analytic continuation)

(require "../Scheme+.rkt")
;;(require "../Scheme+.rkt")
(require "../main.rkt")

(include "../src/increment.scm")

Expand Down

0 comments on commit a91a52c

Please sign in to comment.