about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/potentials/@dpot/domain_pot.m
blob: a67cef02512dbad15b820ef2df7f0281f572ad5d (plain)
1
2
3
4
5
function dom = domain_pot(pot)
% DOMAIN_POT Return the domain of this dpot.
% dom = domain_pot(pot)

dom = pot.domain;