ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilder.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilder.cpp (file contents):
Revision 2196 by chuckv, Thu Apr 14 16:10:57 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 111 | Line 111 | int main(int argc, char *argv []) {
111      exit(1);
112    
113    
114 <        // Check for lib CGAL, if we don't have it, we should exit....
114 >  // Check for lib CGAL, if we don't have it, we should exit....
115          
116   #ifndef HAVE_CGAL
117 <                 std::cerr << "nanoRodBuilder requires libCGAL to function, please rebuild OOPSE with libCGAL."
118 <                 << std::endl;
119 <                 exit(1);
117 >  std::cerr << "nanoRodBuilder requires libCGAL to function, please rebuild OOPSE with libCGAL."
118 >            << std::endl;
119 >  exit(1);
120   #endif
121          
122          
# Line 341 | Line 341 | int main(int argc, char *argv []) {
341    if (writer == NULL) {
342      std::cerr << "error in creating DumpWriter" << std::endl;
343      exit(1);
344 <    }
344 >  }
345    
346    writer->writeDump();
347    std::cout << "new initial configuration file: " << outInitFileName

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines