Skip to content

Commit c8a4647

Browse files
committed
Correct default backend.
1 parent 30dfa6e commit c8a4647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/DimensionReduction/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(int argc, char **argv) {
2525
bool listArrays{false};
2626

2727
// Variables for the module options.
28-
int backend{0};
28+
int backend{2}; // MDS
2929
bool isInputDistMat{false};
3030
int nbComp{2}, nbNeighb{5};
3131
bool isDeterministic{true};

0 commit comments

Comments
 (0)