From c6575460da5a8314f7f8893fe99b0123616ed87f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Grip=20Fj=C3=A6r?= Date: Mon, 7 Aug 2017 15:29:10 +0200 Subject: [PATCH] Fix documentation for riGetSelectedCells --- OctavePlugin/riGetSelectedCells.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OctavePlugin/riGetSelectedCells.cpp b/OctavePlugin/riGetSelectedCells.cpp index 73f2abb5f3..e1cd77e247 100644 --- a/OctavePlugin/riGetSelectedCells.cpp +++ b/OctavePlugin/riGetSelectedCells.cpp @@ -87,7 +87,7 @@ void getSelectedCells(int32NDArray& selectedCellInfo, const QString &hostName, q DEFUN_DLD (riGetSelectedCells, args, nargout, "Usage:\n" "\n" - " Matrix[numSelectedCells][5] riGetSelectedCells()\n" + " Matrix[numSelectedCells][5] riGetSelectedCells([CaseId])\n" "\n" "This function returns a two dimensional matrix containing cell info for each selected cell.\n" "The columns contain the following information:\n"