Skip to content

Commit

Permalink
FIX: Typo correction (#5333)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin4667 authored Oct 22, 2024
1 parent c4e8562 commit 0b0777d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/aedt/core/filtersolutions_core/export_to_aedt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ def substrate_cover_height_enabled(self, substrate_cover_height_enabled: bool):

def load_modelithics_models(self):
"""Load ``Modelithics`` models from ``AEDT``."""
status = self._dll.loadModelitichsModels()
status = self._dll.loadModelithicsModels()
ansys.aedt.core.filtersolutions_core._dll_interface().raise_error(status)

@property
Expand Down

0 comments on commit 0b0777d

Please sign in to comment.