Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent 2b9667e commit 24712ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/cpp.json
Expand Up @@ -42,7 +42,7 @@
"ShortRealMatrix": "SGMatrix<float32_t>",
"RealMatrix": "SGMatrix<float64_t>",
"LongRealMatrix": "SGMatrix<floatmax_t>",
"ComplexMatrixSGMatrix<complex128_t>
"ComplexMatrix": "SGMatrix<complex128_t>"
},
"Expr": {
"StringLiteral": "\"$literal\"",
Expand Down

0 comments on commit 24712ab

Please sign in to comment.