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

dom = pot.domain;