mirror of https://github.com/CGAL/cgal
forgot data/
This commit is contained in:
parent
e503360191
commit
f6bce7d348
|
|
@ -5,7 +5,7 @@
|
|||
#include <cassert>
|
||||
|
||||
int main(int, char *[]){
|
||||
std::ifstream input("check_bonds.pdb");
|
||||
std::ifstream input("data/check_bonds.pdb");
|
||||
CGAL_PDB_NS::Protein helix(input);
|
||||
//helix.dump(std::cout);
|
||||
std::vector<CGAL_PDB_NS::Point> points;
|
||||
|
|
|
|||
Loading…
Reference in New Issue