Commit 0e293c6a authored by Daniel Williams's avatar Daniel Williams
Browse files

Fixed conflicts.

parents 3b795a54 9eee9234
Loading
Loading
Loading
Loading
+1 −18
Original line number Diff line number Diff line
@@ -42,18 +42,6 @@ class Waveform(object):
    waveform = "Generic"
    expnum = 1

    # def __del__(self):
    #     try:
    #         lal.DestroyREAL8Sequence(self.hp)
    #         lal.DestroyREAL8Sequence(self.hx)
    #     except:
    #         print "Failed to destroy hp and hx"
    #     try:
    #         lal.DestroyREAL8Sequence(self.hp0)
    #         lal.DestroyREAL8Sequence(self.hx0)
    #     except:
    #         print "Failed to destroy hp0 and hx0"
            
    def _clear_params(self):
        self.params = {}
        for a in lsctables.SimBurstTable.validcolumns.keys():
@@ -152,12 +140,7 @@ class Waveform(object):
        else:
            hp0, hx0 = hp, hx
        self.hp, self.hx, self.hp0, self.hx0 = hp, hx, hp0, hx0
        # try:
        print "Destroy simburst"
        lalburst.DestroySimBurst(self.swig_row)
        # except:
        #     pass
        print "end_generate"


    def _row(self, sim=None, slide_id=1):
        """