Parent Directory | Revision Log | Patch
revision 1.50 by pam-fi, Fri Dec 5 08:26:46 2008 UTC | revision 1.51 by pam-fi, Fri Dec 5 08:30:27 2008 UTC | |
---|---|---|
# | Line 627 void TrkTrack::SetStudentParam(int flag) | Line 627 void TrkTrack::SetStudentParam(int flag) |
627 | 4.52043, | 4.52043, |
628 | 4.29926}; | 4.29926}; |
629 | int index; | int index; |
630 | float fact; | float fact=0.; |
631 | for(int i=0; i<6; i++) { | for(int i=0; i<6; i++) { |
632 | index = int((fabs(axv[i])+1.)/2.); | index = int((fabs(axv[i])+1.)/2.); |
633 | if(index>10) index=10; | if(index>10) index=10; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |