Exemplo n.º 1
0
    def endSimulation(self):
        self._avgCPUTime()
        # write even if not sync'd
        output(self.all_variables, self.step)

        from CitcomSLib import citcom_finalize
        citcom_finalize(self.all_variables, 0)
        return
Exemplo n.º 2
0
    def endSimulation(self):
        self._avgCPUTime()
        # write even if not sync'd
        output(self.all_variables, self.step)

        from CitcomSLib import citcom_finalize
        citcom_finalize(self.all_variables, 0)
        return
Exemplo n.º 3
0
 def endSimulation(self):
     self._avgCPUTime()
     from CitcomSLib import citcom_finalize
     citcom_finalize(self.all_variables, 0)
     return
Exemplo n.º 4
0
 def endSimulation(self):
     self._avgCPUTime()
     from CitcomSLib import citcom_finalize
     citcom_finalize(self.all_variables, 0)
     return