diff options
Diffstat (limited to 'doc/swig/test/Array2.h')
-rw-r--r-- | doc/swig/test/Array2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/swig/test/Array2.h b/doc/swig/test/Array2.h index a6e5bfc30..7f8d4ca65 100644 --- a/doc/swig/test/Array2.h +++ b/doc/swig/test/Array2.h @@ -32,7 +32,7 @@ public: int ncols() const; // Resize array - void resize(int ncols, int nrows, long* data=0); + void resize(int nrows, int ncols, long* data=0); // Set item accessor Array1 & operator[](int i); |