about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/potentials/@dpot/subsref.m
blob: 4a48bffe1682f2ee07fdd332e655dee51b21352c (plain)
1
2
3
function B = subsref(A, S)

B = builtin('subsref', A, S);