Ignore:
Timestamp:
Jan 14, 2010, 5:36:09 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
a34fab
Parents:
252790
Message:

FillBoxWithMolecule now allows boundary between filler molecules and the surface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r252790 r1aa2a5  
    17381738              if (argptr+6 >=argc) {
    17391739                ExitFlag = 255;
    1740                 eLog() << Verbose(0) << "Not enough or invalid arguments given for filling box with water: -F <dist_x> <dist_y> <dist_z> <randatom> <randmol> <DoRotate>" << endl;
     1740                eLog() << Verbose(0) << "Not enough or invalid arguments given for filling box with water: -F <dist_x> <dist_y> <dist_z> <boundary> <randatom> <randmol> <DoRotate>" << endl;
    17411741                performCriticalExit();
    17421742              } else {
     
    17691769                for (int i=0;i<NDIM;i++)
    17701770                  distance[i] = atof(argv[argptr+i]);
    1771                 Filling = FillBoxWithMolecule(molecules, filler, configuration, distance, atof(argv[argptr+3]), atof(argv[argptr+4]), atoi(argv[argptr+5]));
     1771                Filling = FillBoxWithMolecule(molecules, filler, configuration, distance, atof(argv[argptr+3]), atof(argv[argptr+4]), atof(argv[argptr+5]), atoi(argv[argptr+6]));
    17721772                if (Filling != NULL) {
    17731773                  Filling->ActiveFlag = false;
Note: See TracChangeset for help on using the changeset viewer.