diff options
Diffstat (limited to 'sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/display.m')
| -rw-r--r-- | sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/display.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/display.m b/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/display.m new file mode 100644 index 00000000..001ab2c9 --- /dev/null +++ b/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/display.m @@ -0,0 +1,3 @@ +function display(CPD) + +disp(struct(CPD)); |
