Skip to content

Commit 9a7a932

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
added comment
1 parent 3ddb1f7 commit 9a7a932

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/qt-guilib/TopoData.cpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,14 @@ bool TopoData::getElevProfile(int startRow, int startCol,
6363

6464
return true;
6565
}
66+
67+
68+
/* ***
69+
bool TopoData::getElevProfile(double startX, double startY,
70+
double endX, double endY,
71+
int nPieces,
72+
vector<array<double, 2>> *profile) {
73+
74+
return true;
75+
}
76+
*** */

0 commit comments

Comments
 (0)