Skip to content

Commit

Permalink
Merge pull request #359 from angriman/refactor/CSRMatrix
Browse files Browse the repository at this point in the history
Refactor CSRMatrix
  • Loading branch information
avdgrinten committed Jun 30, 2021
2 parents fb85471 + 752ad34 commit 0353e6c
Show file tree
Hide file tree
Showing 6 changed files with 1,240 additions and 610 deletions.
6 changes: 3 additions & 3 deletions include/networkit/algebraic/AlgebraicGlobals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* Author: Michael Wegner (michael.wegner@student.kit.edu)
*/

// networkit-format

#ifndef NETWORKIT_ALGEBRAIC_ALGEBRAIC_GLOBALS_HPP_
#define NETWORKIT_ALGEBRAIC_ALGEBRAIC_GLOBALS_HPP_

Expand All @@ -22,8 +24,6 @@ struct Triplet {
/** Floating point epsilon to use in comparisons. */
constexpr double FLOAT_EPSILON = 1e-9;

}


} // namespace NetworKit

#endif // NETWORKIT_ALGEBRAIC_ALGEBRAIC_GLOBALS_HPP_
Loading

0 comments on commit 0353e6c

Please sign in to comment.