- Timestamp:
- Apr 21, 2008, 2:17:47 PM (17 years ago)
- Children:
- 8ea7f8
- Parents:
- 7b1792
- git-author:
- Frederik Heber <heber@…> (04/18/08 13:36:10)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:17:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/run.c
r7b1792 r3ff846 147 147 148 148 R->OldActualLocalPsiNo = R->ActualLocalPsiNo = 0; 149 R->UseForcesFile = 0; 149 150 R->UseOldPsi = 1; 150 151 R->MinStep = 0; … … 290 291 SetGramSchOldActualPsi(P, &P->Lat.Psi, NotOrthogonal); 291 292 SpeedMeasure(P, GramSchTime, StartTimeDo); 292 if (R->CurrentMin <= UnOccupied) 293 GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize); 294 else 295 GramSch(P, R->LevS, &P->Lat.Psi, Orthogonalize); //Orthogonalize 293 //OrthogonalizePsis(P); 294 GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize); 296 295 SpeedMeasure(P, GramSchTime, StopTimeDo); 297 296 }
Note:
See TracChangeset
for help on using the changeset viewer.