Trisurf Monte Carlo simulator
Fix
Samo Penic
2016-03-03 a99f2bb2d3af25b4cc14848647522c1997862652
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