Changeset 262 in Sophya
- Timestamp:
- Apr 23, 1999, 6:06:07 PM (27 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 11 added
- 1 deleted
- 1 edited
-
Samba.o.list (added)
-
circle.cc (added)
-
circle.h (added)
-
longlat.cc (added)
-
longlat.h (added)
-
mlobe.cc (modified) (2 diffs)
-
unitvec.h (deleted)
-
unitvector.cc (added)
-
unitvector.h (added)
-
utilgeom.cc (added)
-
utilgeom.h (added)
-
vector3d.cc (added)
-
vector3d.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/mlobe.cc
r228 r262 1 1 #include "mlobe.h" 2 #include "unitvec .h"2 #include "unitvector.h" 3 3 4 4 #include "timing.h" … … 113 113 dx = -(mDx[k]*sphi+mDy[k]*ctet*cphi); 114 114 dy = mDx[k]*cphi-mDy[k]*ctet*sphi; 115 vc. setxyz(pd.x+dx, pd.y+dy, pd.z+dz);116 mTC[k] = vc.T eta();115 vc.Setxyz(pd.X()+dx, pd.Y()+dy, pd.Z()+dz); 116 mTC[k] = vc.Theta(); 117 117 mPC[k] = vc.Phi(); 118 118 if (mTC[k] < 0.) printf("ERREUR !!!! mTC[%d] = %g \n", k, mTC[k]);
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)