Changeset 3716b2


Ignore:
Timestamp:
Apr 21, 2008, 2:19:25 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
c5bdb23
Parents:
3c11d9
git-author:
Frederik Heber <heber@…> (04/18/08 16:12:40)
git-committer:
Frederik Heber <heber@…> (04/21/08 14:19:25)
Message:

commented-out lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/ions.c

    r3c11d9 r3716b2  
    10121012    for (ia=0; ia < I->I[is].Max_IonsOfType; ia++) {
    10131013      U = &I->I[is].U[NDIM*ia];
    1014       if (I->I[is].IMT[ia] == MoveIon)
     1014      //if (I->I[is].IMT[ia] == MoveIon) // even FixedIon moves, only not by other's forces
    10151015                                for (d=0; d<NDIM; d++) {
    10161016                                        ekin += a * U[d]*U[d];
     
    10411041    for (ia=0; ia < I->I[is].Max_IonsOfType; ia++) {
    10421042      U = &I->I[is].U[NDIM*ia];
    1043       if (I->I[is].IMT[ia] == MoveIon)
     1043      //if (I->I[is].IMT[ia] == MoveIon) // even FixedIon moves, only not by other's forces
    10441044                                for (d=0; d<NDIM; d++) {
    10451045                                  U[d] *= ScaleTempFactor;
Note: See TracChangeset for help on using the changeset viewer.