Changeset 3716b2
- Timestamp:
- Apr 21, 2008, 2:19:25 PM (17 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/ions.c
r3c11d9 r3716b2 1012 1012 for (ia=0; ia < I->I[is].Max_IonsOfType; ia++) { 1013 1013 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 1015 1015 for (d=0; d<NDIM; d++) { 1016 1016 ekin += a * U[d]*U[d]; … … 1041 1041 for (ia=0; ia < I->I[is].Max_IonsOfType; ia++) { 1042 1042 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 1044 1044 for (d=0; d<NDIM; d++) { 1045 1045 U[d] *= ScaleTempFactor;
Note:
See TracChangeset
for help on using the changeset viewer.