Skip to content

Commit

Permalink
fnreps: MFun -> Fun in plots
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkonecny committed Sep 29, 2017
1 parent 2789fbe commit 8c0ef1c
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aern2-bench-chart/Main.hs
Expand Up @@ -216,7 +216,7 @@ fileOpts = def { _fo_size = (300,200) }
reprShow :: String -> String
reprShow "dball" = "DBFun"
reprShow "ball" = "BFun"
reprShow "fun" = "MFun"
reprShow "fun" = "Fun"
reprShow "poly" = "Poly"
reprShow "ppoly" = "PPoly"
reprShow "frac" = "Frac"
Expand Down
Binary file modified aern2-fnreps/benchresults/charts/sine+cos-integrate-time.pdf
Binary file not shown.
Binary file modified aern2-fnreps/benchresults/charts/sine+cos-integrate-time.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified aern2-fnreps/benchresults/charts/sine+cos-max-time.pdf
Binary file not shown.
Binary file modified aern2-fnreps/benchresults/charts/sine+cos-max-time.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion aern2-fnreps/benchresults/charts/sine+cos-max-time.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c0ef1c

Please sign in to comment.