Skip to content

Commit e45c5b6

Browse files
committed
Modify some code to adopt original code base.
1 parent 277fa2a commit e45c5b6

37 files changed

Lines changed: 276 additions & 286 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)