Skip to content

Commit

Permalink
Adding a .gitattributes file so that Github\'s Linguist bot will (hop…
Browse files Browse the repository at this point in the history
…efully) ignore Manopt when computing programming language stats for the SE-Sync project.
  • Loading branch information
david-m-rosen committed Dec 18, 2018
1 parent e17f11b commit aab6b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
# Don't count the Manopt code in the following directory when summarizing the SE-Sync project's language breakdown usage via Linguist

MATLAB/SE-Sync/manopt/* linguist-vendored
2 changes: 1 addition & 1 deletion C++/SE-Sync/src/SESync.cpp
Expand Up @@ -53,7 +53,7 @@ SESyncResult SESync(SESyncProblem &problem, const SESyncOpts &options,
std::cout << " Using "
<< (problem.projection_factorization() ==
ProjectionFactorization::Cholesky
? "Cholseky"
? "Cholesky"
: "QR")
<< " decomposition to compute orthogonal projections"
<< std::endl;
Expand Down

0 comments on commit aab6b9b

Please sign in to comment.