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