diff options
Diffstat (limited to 'sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m')
| -rw-r--r-- | sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m b/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m new file mode 100644 index 00000000..78feea55 --- /dev/null +++ b/sourcecodes/bnt-master/BNT/CPDs/@generic_CPD/adjustable_CPD.m @@ -0,0 +1,5 @@ +function p = adjustable_CPD(CPD) +% ADJUSTABLE_CPD Does this CPD have any adjustable params? (generic) +% p = adjustable_CPD(CPD) + +p = ~CPD.clamped; |
