Skip to content

Commit

Permalink
Take the value of X0 as into in bigTime
Browse files Browse the repository at this point in the history
  • Loading branch information
kfl committed Mar 23, 2017
1 parent 965e986 commit 1089dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SymbAd.sml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ fun makeExpr n =

val small = makeExpr 2

fun bigTime ad n = Mosml.time (ad (makeExpr n)) 1.0
fun bigTime ad n x0 = Mosml.time (ad (makeExpr n)) x0

0 comments on commit 1089dc4

Please sign in to comment.