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

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