- Timestamp:
- Apr 21, 2008, 2:19:26 PM (17 years ago)
- Children:
- 9422fd
- Parents:
- c13d72
- git-author:
- Frederik Heber <heber@…> (04/21/08 13:09:44)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:19:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/run.c
rc13d72 r41521a 292 292 SpeedMeasure(P, GramSchTime, StartTimeDo); 293 293 //OrthogonalizePsis(P); 294 GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize); 294 if (R->CurrentMin <= UnOccupied) 295 GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize); 296 else 297 GramSch(P, R->LevS, &P->Lat.Psi, Orthogonalize); //Orthogonalize 295 298 SpeedMeasure(P, GramSchTime, StopTimeDo); 296 299 }
Note:
See TracChangeset
for help on using the changeset viewer.