Skip to content

Commit

Permalink
More fixs
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Feb 1, 2022
1 parent 05361a9 commit 6fb1628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ansys/mapdl/core/_commands/inq_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ def lsinqr(self, line, key, pname='__tmpvar__', **kwargs):
* -14, orientation kpb
* -15, section id
* -16, # of elem divs for next mesh
* -17, 0=hard / 1=soft NDIV
* -18, 0=hard / 1=soft SPACE
* -17, 0=hard / 1=soft ``NDIV``
* -18, 0=hard / 1=soft ``SPACE``
* -101, pointer to line segment data
* -102,
* -103,
Expand Down
2 changes: 1 addition & 1 deletion ansys/mapdl/core/_commands/preproc/materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def mp(self, lab="", mat="", c0="", c1="", c2="", c3="", c4="", **kwargs):
BETD
Stiffness matrix multiplier for damping.
.. note:: If used in an explicit dynamic analysis, the value corresponds to the percentage of damping in the high
.. note:: If used in an explicit dynamic analysis, the value corresponds to the percentage of damping in the high
frequency domain. For example, 0.1 roughly corresponds to 10% damping in the high frequency domain.
BETX
Expand Down

0 comments on commit 6fb1628

Please sign in to comment.