Trisurf Monte Carlo simulator
Fix
Samo Penic
2016-03-03 a99f2bb2d3af25b4cc14848647522c1997862652
Fix
2 files modified
2 ■■■ changed files
python/trisurf/.trisurf.py.swp patch | view | raw | blame | history
python/trisurf/trisurf.py 2 ●●● patch | view | raw | blame | history
python/trisurf/.trisurf.py.swp
Binary files differ
python/trisurf/trisurf.py
@@ -42,7 +42,7 @@
    '''
    Class Runner consists of a single running or terminated instance of the trisurf
    '''
    def initFromTape(self, tape='tape'):
    def initFromTape(self, tape):
        self.tape=Tape()
        self.tape.readTape(tape)
        pass