Last change
on this file since 15393 was 15393, checked in by Mathieu Morlighem, 12 years ago |
NEW: adding Archive/14312-15392 for oecreview
|
File size:
753 bytes
|
Rev | Line | |
---|
[15393] | 1 | Index: ../trunk-jpl/src/wrappers/matlab/io/MatlabMatrixToIssmMat.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/wrappers/matlab/io/MatlabMatrixToIssmMat.cpp (revision 14773)
|
---|
| 4 | +++ ../trunk-jpl/src/wrappers/matlab/io/MatlabMatrixToIssmMat.cpp (revision 14774)
|
---|
| 5 | @@ -14,12 +14,12 @@
|
---|
| 6 | #include "../../c/toolkits/toolkits.h"
|
---|
| 7 | #include "../../c/shared/shared.h"
|
---|
| 8 |
|
---|
| 9 | -IssmDenseMat<double>* MatlabMatrixToIssmDenseMat(const mxArray* dataref){
|
---|
| 10 | +IssmMat<double>* MatlabMatrixToIssmMat(const mxArray* dataref){
|
---|
| 11 |
|
---|
| 12 | IssmDenseMat<double>* output=NULL;
|
---|
| 13 |
|
---|
| 14 | output=new IssmDenseMat<double>();
|
---|
| 15 | MatlabMatrixToDoubleMatrix(&output->matrix,&output->M,&output->N,dataref);
|
---|
| 16 | - return output;
|
---|
| 17 | + return (IssmMat<double>*)output;
|
---|
| 18 |
|
---|
| 19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.