mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Allow short functions on a single line
Use AllowShortFunctionsOnASingleLine: InlineOnly
This commit is contained in:
@@ -282,18 +282,9 @@ public:
|
||||
RigResultPointCalculator() {}
|
||||
virtual ~RigResultPointCalculator() {}
|
||||
|
||||
const std::vector<cvf::Vec3d>& pipeBranchCLCoords()
|
||||
{
|
||||
return m_pipeBranchCLCoords;
|
||||
}
|
||||
const std::vector<RigWellResultPoint>& pipeBranchWellResultPoints()
|
||||
{
|
||||
return m_pipeBranchWellResultPoints;
|
||||
}
|
||||
const std::vector<double>& pipeBranchMeasuredDepths()
|
||||
{
|
||||
return m_pipeBranchMeasuredDepths;
|
||||
}
|
||||
const std::vector<cvf::Vec3d>& pipeBranchCLCoords() { return m_pipeBranchCLCoords; }
|
||||
const std::vector<RigWellResultPoint>& pipeBranchWellResultPoints() { return m_pipeBranchWellResultPoints; }
|
||||
const std::vector<double>& pipeBranchMeasuredDepths() { return m_pipeBranchMeasuredDepths; }
|
||||
|
||||
protected:
|
||||
RigEclipseWellLogExtractor* findWellLogExtractor( const QString& wellPathName, RimEclipseResultCase* eclCase )
|
||||
|
||||
Reference in New Issue
Block a user