Changeset b73d28


Ignore:
Timestamp:
Jun 20, 2008, 7:08:31 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
cccac6
Parents:
1f9f1b
Message:

OutputConfigForListOfFragments(): boundary is now 2.5 Angstroem instead of 5 Angstroem

5A is too huge for the small molecules resulting during the fragmentation process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r1f9f1b rb73d28  
    251251    for (int k=0;k<NDIM;k++) {
    252252      j += k+1;
    253       BoxDimension.x[k] = 5.;
     253      BoxDimension.x[k] = 2.5* (configuration->GetIsAngstroem() ? 1. : 1./AtomicLengthToAngstroem);
    254254      ListOfMolecules[i]->cell_size[j] += BoxDimension.x[k]*2.;
    255255    }
Note: See TracChangeset for help on using the changeset viewer.