- Timestamp:
- Aug 29, 2010, 11:53:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2569 r2580 50 50 #include "bncutils.h" 51 51 #include "bncsettings.h" 52 #include "bnctides.h" 52 53 53 54 using namespace std; … … 321 322 xRec(2) = y() * cos(dPhi) + x() * sin(dPhi); 322 323 xRec(3) = z(); 324 325 tides(_time, xRec); 323 326 324 327 satData->rho = (satData->xx - xRec).norm_Frobenius();
Note:
See TracChangeset
for help on using the changeset viewer.