Ignore:
Timestamp:
Feb 21, 2010, 1:34:41 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
b1d8ab5
Parents:
1074cb
Message:

Filling has a MaxDistance, somes changes to the Correlation Analysis.

Correlation:

  • OutputCorrelation() have setprecision(8), as irregularities appeared in the output files with regard to the number of digits.
  • ParseCommandLineOptions() for case 'C' now needs BinStart and BinEnd. However, may be set to 0,0 (search for yourself), or (0,-1) (start at 0, but search end for yourself).
  • BUGFIX: argument index of element parameter was wrong from the change [E/P/S].

Filling:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/boundary.hpp

    r1074cb r850e50  
    4949
    5050double ConvexizeNonconvexEnvelope(class Tesselation *&TesselStruct, const molecule * const mol, const char * const filename);
    51 molecule * FillBoxWithMolecule(MoleculeListClass *List, molecule *filler, config &configuration, const double distance[NDIM], const double boundary, const double RandomAtomDisplacement, const double RandomMolDisplacement, const bool DoRandomRotation);
     51molecule * FillBoxWithMolecule(MoleculeListClass *List, molecule *filler, config &configuration, const double MaxDistance, const double distance[NDIM], const double boundary, const double RandomAtomDisplacement, const double RandomMolDisplacement, const bool DoRandomRotation);
    5252void FindConvexBorder(const molecule* const mol, Tesselation *&TesselStruct, const LinkedCell *LCList, const char *filename);
    5353Vector* FindEmbeddingHole(MoleculeListClass *mols, molecule *srcmol);
Note: See TracChangeset for help on using the changeset viewer.