aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-29 11:35:53 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-29 11:35:53 +0100
commit354b3a4f09eb2b76a1af8cad6eb348949beda547 (patch)
treed85c27bc1fec91b3d70c568bdd2ae5b6bf3d9656 /main.cpp
parentdc5102d5fccac6e527913128f219c6199f1b8882 (diff)
More informative splat parameters.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index d478146..295b103 100644
--- a/main.cpp
+++ b/main.cpp
@@ -113,7 +113,7 @@ int main(int argc, char **argv)
return 1;
}
- // Sort indices so some operations become easier later
+ // Sort indices (some operations become easier later)
arma::uvec cpSortedIndices = arma::sort_index(cpIndices);
cpIndices = cpIndices(cpSortedIndices);
Ys = Ys.rows(cpSortedIndices);