forgot data/

This commit is contained in:
Daniel Russel 2007-02-23 01:17:56 +00:00
parent e503360191
commit f6bce7d348
1 changed files with 1 additions and 1 deletions

View File

@ -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;