commit 4477e6c55a681b2c7d886e89fa0b07cfb03cbd64
parent 07216671f0052ea3cff99171397d868a1199e3e7
Author: Ivan Gankevich <igankevich@ya.ru>
Date: Thu, 11 May 2017 15:32:16 +0300
Rename functions.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/R/common.R b/R/common.R
@@ -182,12 +182,12 @@ arma.plot_performance_breakdown <- function () {
all_opencl,
ylim=c(0,1),
title="OpenCL",
- legend=c(expression("f"[1]), expression("f"[2]), "FFT", "Copy")
+ legend=c(expression("g"[1]), expression("g"[2]), "FFT", "Copy")
)
arma.plot_aggregate_dev(
all_openmp,
ylim=c(0,20),
title="OpenMP",
- legend=c(expression("f"[1]), expression("f"[2]), "FFT")
+ legend=c(expression("g"[1]), expression("g"[2]), "FFT")
)
}