Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor CSRMatrix #359

Merged
merged 2 commits into from
Jun 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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