()
| 6657 | } |
| 6658 | |
| 6659 | Variable[] fillArray() { |
| 6660 | interp.getLeftParen(); |
| 6661 | Variable[] a = getArray(); |
| 6662 | double v = getLastArg(); |
| 6663 | for (int i=0; i<a.length; i++) |
| 6664 | a[i].setValue(v); |
| 6665 | return a; |
| 6666 | } |
| 6667 | |
| 6668 | Variable[] resampleArray() { |
| 6669 | interp.getLeftParen(); |
no test coverage detected