summaryrefslogtreecommitdiff
path: root/src/Simplex_tree
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-14 10:45:37 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-11-14 10:45:37 +0000
commit2d103de78114f3d4ac4a49e8e244824f0fbb3a25 (patch)
treeada84427a71d4348beabaccb4d05905627de5627 /src/Simplex_tree
parent9015dbcab28082375afccc159347bf1e7dfb49d8 (diff)
Fix cpplint
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3981 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 6ce28c75070b0f5d962472f5452e4b03fccbd94f
Diffstat (limited to 'src/Simplex_tree')
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index 13d7372c..78697ea2 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -323,8 +323,7 @@ class Simplex_tree {
}
/** \brief User-defined copy assignment reproduces the whole tree structure. */
- Simplex_tree& operator= (const Simplex_tree& complex_source)
- {
+ Simplex_tree& operator= (const Simplex_tree& complex_source) {
#ifdef DEBUG_TRACES
std::cout << "Simplex_tree copy assignment" << std::endl;
#endif // DEBUG_TRACES
@@ -341,8 +340,7 @@ class Simplex_tree {
/** \brief User-defined move assignment relocates the whole tree structure.
* \exception std::invalid_argument In debug mode, if the complex_source is invalid.
*/
- Simplex_tree& operator=(Simplex_tree&& complex_source)
- {
+ Simplex_tree& operator=(Simplex_tree&& complex_source) {
#ifdef DEBUG_TRACES
std::cout << "Simplex_tree move assignment" << std::endl;
#endif // DEBUG_TRACES