Skip to content

Commit a6dd957

Browse files
committed
Removing unused struct and fixing some mails
1 parent 7a3d1f5 commit a6dd957

File tree

3 files changed

+9
-17
lines changed

3 files changed

+9
-17
lines changed

include/c_types/edge_bool_t_rt.h

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*PGR-GNU*****************************************************************
2-
File: edge_bool_t_rt.h
2+
File: edge_bool_t.h
33
44
Copyright (c) 2017 pgRouting developers
55
Mail: project@pgrouting.org
66
77
Copyright (c) 2017 Celia Virginia Vergara Castillo
8-
Mail: vicky_vergara@hotmail.com
8+
Mail: vicky_vergara at erosion.com
99
1010
------
1111
@@ -26,8 +26,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2626
********************************************************************PGR-GNU*/
2727
/*! @file */
2828

29-
#ifndef INCLUDE_C_TYPES_EDGE_BOOL_T_RT_H_
30-
#define INCLUDE_C_TYPES_EDGE_BOOL_T_RT_H_
29+
#ifndef INCLUDE_C_TYPES_EDGE_BOOL_T_H_
30+
#define INCLUDE_C_TYPES_EDGE_BOOL_T_H_
3131
#pragma once
3232

3333
/* for int64_t */
@@ -45,12 +45,4 @@ struct Edge_bool_t {
4545
bool going;
4646
};
4747

48-
/* TODO on v4, only the edge_id is returned
49-
* source and target are kept for backward compatability */
50-
struct Only_int_rt {
51-
int64_t source;
52-
int64_t target;
53-
int64_t edge_id;
54-
};
55-
56-
#endif // INCLUDE_C_TYPES_EDGE_BOOL_T_RT_H_
48+
#endif // INCLUDE_C_TYPES_EDGE_BOOL_T_H_

include/max_flow/maximumcardinalitymatching.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Mail: project@pgrouting.org
66
77
Ignoring directed flag & works only for undirected graph
88
Copyright (c) 2022 Celia Virginia Vergara Castillo
9-
Mail: vicky_vergara at hotmail.com
9+
Mail: vicky at erosion.dev
1010
1111
Function's developer:
1212
Copyright (c) 2016 Andrea Nardelli
13-
Mail: nrd.nardelli@gmail.com
13+
Mail: nrd.nardelli at gmail.com
1414
1515
------
1616

src/max_flow/maximumcardinalitymatching.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Mail: project@pgrouting.org
66
77
Refactoring
88
Copyright (c) 2022 Celia Vriginia Vergara Castillo
9-
Mail: vicky_vergara at hotmail.com
9+
Mail: vicky at erosion.dev
1010
1111
Function's developer:
1212
Copyright (c) 2016 Andrea Nardelli
13-
Mail: nrd.nardelli@gmail.com
13+
Mail: nrd.nardelli at gmail.com
1414
1515
------
1616

0 commit comments

Comments
 (0)