diff options
Diffstat (limited to 'sourcecodes/bnt-master/BNT/potentials/@dpot/dpot_to_table.m')
| -rw-r--r-- | sourcecodes/bnt-master/BNT/potentials/@dpot/dpot_to_table.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/BNT/potentials/@dpot/dpot_to_table.m b/sourcecodes/bnt-master/BNT/potentials/@dpot/dpot_to_table.m new file mode 100644 index 00000000..bd2d3d98 --- /dev/null +++ b/sourcecodes/bnt-master/BNT/potentials/@dpot/dpot_to_table.m @@ -0,0 +1,3 @@ +function T = dpot_to_table(pot) + +T = pot.T; |
