Skip to content

Commit

Permalink
Fixed typo in obj stig variable name. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Binary-Vanguard-12138 committed Jun 17, 2024
1 parent 32a4a79 commit d6c48a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instamatic/TEMController/simu_microscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ def setIntermediateLensStigmator(self, x: int, y: int):
self.intermediatelensstigmator_y = y

def getObjectiveLensStigmator(self) -> Tuple[int, int]:
return self.objectivelensstigmator_x, self.objectivelensstigmatir_y
return self.objectivelensstigmator_x, self.objectivelensstigmator_y

def setObjectiveLensStigmator(self, x: int, y: int):
self.objectivelensstigmator_x = x
Expand Down

0 comments on commit d6c48a2

Please sign in to comment.