Ignore:
Timestamp:
Dec 29, 2008, 12:25:04 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
3d9045
Parents:
fe3c9a
Message:

Now we also produce Raster3D output files additionally to TecPlot ones ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    rfe3c9a reec6c8  
    10251025                else {
    10261026                        cout << Verbose(0) << "Evaluating npn-convex envelope.";
    1027                         ofstream *output = new ofstream(argv[argptr], ios::trunc);
    10281027                        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);
    10321029                        argptr+=1;
    10331030                        }
     
    10371034              if ((argptr >= argc) || (argv[argptr][0] == '-')) {
    10381035                ExitFlag = 255;
    1039                 cerr << "Not enough or invalid arguments given for storing tempature: -T <temperature file>" << endl;
     1036                cerr << "Not enough or invalid arguments given for storing temperature: -T <temperature file>" << endl;
    10401037              } else {
    10411038                cout << Verbose(1) << "Storing temperatures in " << argv[argptr] << "." << endl;
Note: See TracChangeset for help on using the changeset viewer.