Remove extra ';'

This commit is contained in:
Andreas Fabri 2010-05-17 14:01:16 +00:00
parent 8cf605f3eb
commit e5c6883c74
1 changed files with 5 additions and 5 deletions

View File

@ -62,11 +62,11 @@ unsigned int distance(const Range &r) {
} \ } \
}; \ }; \
CGAL_PDB_GET_MAP(Atom, atom); CGAL_PDB_GET_MAP(Atom, atom)
CGAL_PDB_GET_MAP(Monomer, monomer); CGAL_PDB_GET_MAP(Monomer, monomer)
CGAL_PDB_GET_MAP(Chain, chain); CGAL_PDB_GET_MAP(Chain, chain)
CGAL_PDB_GET_MAP(Model, model); CGAL_PDB_GET_MAP(Model, model)
CGAL_PDB_GET_MAP(Heterogen, heterogen); CGAL_PDB_GET_MAP(Heterogen, heterogen)
template <class A> template <class A>
struct Get_point { struct Get_point {