Skip to content

Commit 82a9e72

Browse files
authored
Update materials.py (#1675)
Update materials.py
1 parent b84917f commit 82a9e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/mapdl/core/_commands/preproc/materials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def mpcopy(self, matf="", matt="", **kwargs):
341341
342342
This command is also valid in SOLUTION.
343343
"""
344-
command = "MPCOPY,%s,%s" % (str(matf), str(matt))
344+
command = "MPCOPY,,%s,%s" % (str(matf), str(matt))
345345
return self.run(command, **kwargs)
346346

347347
def mpdata(

0 commit comments

Comments
 (0)