Skip to content

Commit

Permalink
fixing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Oct 13, 2023
1 parent 84d8bf2 commit b9b7292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/mapdl/core/mapdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2996,13 +2996,13 @@ def modal_analysis(
return out

def run_multiline(self, commands) -> str:
"""
"""Run several commands as a single block
.. deprecated:: 0.61.0
This function is being deprecated. Please use `input_strings`
instead.
Run several commands as a single block
Allows to run multiple mapdl commands in different lines in one go.
Parameters
----------
Expand Down

0 comments on commit b9b7292

Please sign in to comment.