aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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);