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

dom = pot.domain;