| 159 | |
| 160 | template <typename LINE> |
| 161 | Sci::Line ContractionState<LINE>::LinesInDoc() const { |
| 162 | if (OneToOne()) { |
| 163 | return linesInDocument; |
| 164 | } else { |
| 165 | return displayLines->Partitions() - 1; |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | template <typename LINE> |
| 170 | Sci::Line ContractionState<LINE>::LinesDisplayed() const { |