Get the number of adjacent phases
| 110 | |
| 111 | //! Get the number of adjacent phases |
| 112 | size_t nAdjacent() const { |
| 113 | return m_adjacent.size(); |
| 114 | } |
| 115 | |
| 116 | //! Get the name of an adjacent phase by index |
| 117 | string adjacentName(size_t i) const { |
no test coverage detected