mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format: Set column width to 140
* Set column width to 140 * Use c++20 * Remove redundant virtual
This commit is contained in:
@@ -50,10 +50,7 @@ public:
|
||||
|
||||
inline size_t c1GlobIdx() const { return m_c1GlobIdx; }
|
||||
inline size_t c2GlobIdx() const { return m_c2GlobIdx; }
|
||||
inline cvf::StructGridInterface::FaceType face() const
|
||||
{
|
||||
return static_cast<cvf::StructGridInterface::FaceType>( m_c1Face );
|
||||
}
|
||||
inline cvf::StructGridInterface::FaceType face() const { return static_cast<cvf::StructGridInterface::FaceType>( m_c1Face ); }
|
||||
inline void setFace( cvf::StructGridInterface::FaceType face ) { m_c1Face = static_cast<unsigned char>( face ); }
|
||||
inline const std::vector<cvf::Vec3f>& polygon() const { return m_polygon; }
|
||||
inline void setPolygon( const std::vector<cvf::Vec3f>& polygon ) { m_polygon = polygon; }
|
||||
|
||||
Reference in New Issue
Block a user