Skip to content

Commit

Permalink
correct c# type for RealMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent cbcf913 commit 1eae5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/csharp.json
Expand Up @@ -33,7 +33,7 @@
"LongIntMatrix": "long[,]",
"ULongIntMatrix": "ulongint[,]",
"ShortRealMatrix": "float[,]",
"RealMatrix": "float[,]",
"RealMatrix": "double[,]",
"LongRealMatrix": "double[,]",
"ComplexMatrix": "Complex[,]"
},
Expand Down

0 comments on commit 1eae5ee

Please sign in to comment.