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

Comparing trunk/OOPSE-4/src/applications/simpleBuilder/simpleBuilder.cpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2060 by tim, Thu Feb 24 20:55:07 2005 UTC

# Line 246 | Line 246 | int main(int argc, char *argv []) {
246  
247      //create dumpwriter and write out the coordinates
248      oldInfo->setFinalConfigFileName(outInitFileName);
249 <    writer = new DumpWriter(oldInfo, oldInfo->getDumpFileName());
249 >    writer = new DumpWriter(oldInfo);
250  
251      if (writer == NULL) {
252          std::cerr << "error in creating DumpWriter" << std::endl;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines