about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m')
-rw-r--r--sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m b/sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m
new file mode 100644
index 00000000..90d43d70
--- /dev/null
+++ b/sourcecodes/bnt-master/BNT/potentials/@dpot/subsasgn.m
@@ -0,0 +1,3 @@
+function B = subsasgn(A, S, B)
+
+B = builtin('subsasgn', A, S, B);