Reordering members of utility struct
This commit is contained in:
parent
b474d7ec77
commit
30e76b4a32
@ -80,11 +80,11 @@ public:
|
|||||||
bool operator==(const EdgeBasedNode & other) const {
|
bool operator==(const EdgeBasedNode & other) const {
|
||||||
return id == other.id;
|
return id == other.id;
|
||||||
}
|
}
|
||||||
|
NodeID id;
|
||||||
int lat1;
|
int lat1;
|
||||||
int lat2;
|
int lat2;
|
||||||
int lon1;
|
int lon1;
|
||||||
int lon2;
|
int lon2;
|
||||||
NodeID id;
|
|
||||||
NodeID nameID;
|
NodeID nameID;
|
||||||
unsigned weight:31;
|
unsigned weight:31;
|
||||||
bool ignoreInGrid:1;
|
bool ignoreInGrid:1;
|
||||||
|
Loading…
Reference in New Issue
Block a user