Skip to content

Commit

Permalink
Correct default backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
atalon-lip6 committed Dec 24, 2023
1 parent 1e6db13 commit 8400b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/DimensionReduction/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char **argv) {
bool listArrays{false};

// Variables for the module options.
int backend{0};
int backend{2}; // MDS
bool isInputDistMat{false};
int nbComp{2}, nbNeighb{5};
bool isDeterministic{true};
Expand Down

0 comments on commit 8400b75

Please sign in to comment.