Skip to content

Commit 277fa2a

Browse files
authored
Merge pull request #3 from skylerpan/dashing-devel
Update master
2 parents 39715d2 + 09f7a33 commit 277fa2a

37 files changed

Lines changed: 361 additions & 323 deletions

openslam_gmapping/gridfastslam/gfsreader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,6 @@ void RecordList::printPath(ostream& os, unsigned int i, bool err, bool rawodom)
501501
cout << "average error" << totalError/count << endl;
502502
}
503503

504-
}; //gfsreader
504+
} //gfsreader
505505

506-
}; //GMapping;
506+
} //GMapping;

openslam_gmapping/gridfastslam/gfsreader.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ struct RecordList: public list<Record*>{
9494
void destroyReferences();
9595
};
9696

97-
}; //end namespace GFSReader
97+
} //end namespace GFSReader
9898

99-
}; //end namespace GMapping
99+
} //end namespace GMapping
100100

101101
#endif

0 commit comments

Comments
 (0)