Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2579)
+++ /trunk/BNC/bncmodel.cpp	(revision 2580)
@@ -50,4 +50,5 @@
 #include "bncutils.h"
 #include "bncsettings.h"
+#include "bnctides.h"
 
 using namespace std;
@@ -321,4 +322,6 @@
   xRec(2) = y() * cos(dPhi) + x() * sin(dPhi); 
   xRec(3) = z();
+
+  tides(_time, xRec);
 
   satData->rho = (satData->xx - xRec).norm_Frobenius();
