From 4d878b490348bda7d8e0c3902c7748db1a32cdeb Mon Sep 17 00:00:00 2001 From: Glenwing Date: Sun, 18 Mar 2018 00:50:45 -0700 Subject: [PATCH] CTA Test 2 --- bandwidth/bandwidth.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bandwidth/bandwidth.js b/bandwidth/bandwidth.js index 83841ea..58f3568 100644 --- a/bandwidth/bandwidth.js +++ b/bandwidth/bandwidth.js @@ -661,8 +661,13 @@ function CVT_R(R) { // Variable R is an integer representing the reduced blankin } -function CTA() { +function CVT() { + return; +} + +function CTA() { + return; }