Changeset eec6c8 for molecuilder/src/builder.cpp
- Timestamp:
- Dec 29, 2008, 12:25:04 PM (17 years ago)
- Children:
- 3d9045
- Parents:
- fe3c9a
- File:
-
- 1 edited
-
molecuilder/src/builder.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
rfe3c9a reec6c8 1025 1025 else { 1026 1026 cout << Verbose(0) << "Evaluating npn-convex envelope."; 1027 ofstream *output = new ofstream(argv[argptr], ios::trunc);1028 1027 cout << Verbose(1) << "Storing tecplot data in " << argv[argptr] << "." << endl; 1029 Find_non_convex_border((ofstream *)&cout, output, mol); 1030 output->close(); 1031 delete(output); 1028 Find_non_convex_border((ofstream *)&cout, argv[argptr], mol); 1032 1029 argptr+=1; 1033 1030 } … … 1037 1034 if ((argptr >= argc) || (argv[argptr][0] == '-')) { 1038 1035 ExitFlag = 255; 1039 cerr << "Not enough or invalid arguments given for storing temp ature: -T <temperature file>" << endl;1036 cerr << "Not enough or invalid arguments given for storing temperature: -T <temperature file>" << endl; 1040 1037 } else { 1041 1038 cout << Verbose(1) << "Storing temperatures in " << argv[argptr] << "." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.
