From b9b7292f4d10991d45223be467d09d3c53dd8350 Mon Sep 17 00:00:00 2001 From: German Date: Fri, 13 Oct 2023 14:58:04 +0200 Subject: [PATCH] fixing warning --- src/ansys/mapdl/core/mapdl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/mapdl/core/mapdl.py b/src/ansys/mapdl/core/mapdl.py index 63e0c0f514..45af3e7da1 100644 --- a/src/ansys/mapdl/core/mapdl.py +++ b/src/ansys/mapdl/core/mapdl.py @@ -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 ----------