From 13a7b38ffbfa9e004e2872cf98fa6588b2e1230a Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 6 Apr 2012 16:24:54 +0200 Subject: evaluation windows integrated --- Src/PyCatcher/src/pyCatcherModel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/PyCatcher/src/pyCatcherModel.py') diff --git a/Src/PyCatcher/src/pyCatcherModel.py b/Src/PyCatcher/src/pyCatcherModel.py index 37a311d..bf4be14 100644 --- a/Src/PyCatcher/src/pyCatcherModel.py +++ b/Src/PyCatcher/src/pyCatcherModel.py @@ -116,7 +116,7 @@ class BaseStationInformationList: for neighbour in station.get_neighbour_arfcn(): code += str(station.arfcn) + r' -> ' + str(neighbour) + r'; ' #TODO: make printing the source a fixed option - print preamble + code + postamble + #print preamble + code + postamble return preamble + code + postamble def refill_store(self, store, band_filter, filters=None): -- cgit v1.2.3-55-g7522