my_cbd.mvc 174 B

123456789101112131415
  1. AdditionBlock c {}
  2. ConstantBlock a {
  3. value = 1.0
  4. }
  5. ConstantBlock b {
  6. value = 2.0
  7. }
  8. ProbeBlock d {
  9. name = "result"
  10. }
  11. Link (a, c) {}
  12. Link (b, c) {}
  13. Link (c, d) {}