Commit c99bb619 authored by Tomáš Jakubec's avatar Tomáš Jakubec
Browse files

Removement of declaration of GetOtherCellIndex from

CellBoundaryConnection
parent df2a5d40
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -39,9 +39,6 @@ public:

    IndexType getNextBElem(IndexType cellIndex) const;

    // Returns the other Cell than sent by parameter
    IndexType getOtherCellIndex(IndexType cellIndex) const;


};