Index: trunk/BNC/src/PPP/pppClient.cpp
===================================================================
--- trunk/BNC/src/PPP/pppClient.cpp	(revision 7988)
+++ trunk/BNC/src/PPP/pppClient.cpp	(revision 7996)
@@ -63,5 +63,5 @@
     _antex = 0;
   }
-/*
+
   if (!_opt->_blqFileName.empty()) {
     _loading = new t_loading(_opt->_blqFileName.c_str());
@@ -70,5 +70,5 @@
     _loading = 0;
   }
-*/
+
   CLIENTS.setLocalData(this);  // CLIENTS takes ownership over "this"
 }
@@ -87,9 +87,7 @@
   delete _filter;
   delete _tides;
-  /*
   if (_loading) {
     delete _loading;
   }
-  */
   clearObs();
 }
Index: trunk/BNC/src/PPP/pppClient.h
===================================================================
--- trunk/BNC/src/PPP/pppClient.h	(revision 7988)
+++ trunk/BNC/src/PPP/pppClient.h	(revision 7996)
@@ -71,5 +71,5 @@
   t_pppOptions*             _opt;
   t_tides*                  _tides;
-//  t_loading*                _loading;
+  t_loading*                _loading;
 };
 
