/ ARRAY Restore: restore value to j (used while rordering). */ /
| 639 | /* ARRAY Restore: restore value to j (used while rordering). */ |
| 640 | /***********************************************************************/ |
| 641 | void ARRAY::Restore(int j) |
| 642 | { |
| 643 | Vblp->SetValue(Value, j); |
| 644 | } // end of Restore |
| 645 | |
| 646 | /***********************************************************************/ |
| 647 | /* ARRAY Move: move value from k to j (used while rordering). */ |