| # | Line 734 | Line 734 | void SimSetup::makeBends( void ){ | |
|---|---|---|
| 734 | the_bends[index].b = current_bend->getB() + offset; | |
| 735 | the_bends[index].c = current_bend->getC() + offset; | |
| 736 | ||
| 737 | < | if( current_bend->haveExtras ){ |
| 737 | > | if( current_bend->haveExtras() ){ |
| 738 | ||
| 739 | extras = current_bend->getExtras(); | |
| 740 | current_extra = extras; | |
| # | Line 778 | Line 778 | void SimSetup::makeBends( void ){ | |
| 778 | simError(); | |
| 779 | } | |
| 780 | ||
| 781 | < | current_extra = current_extra->next; |
| 781 | > | current_extra = current_extra->getNext(); |
| 782 | } | |
| 783 | } | |
| 784 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |