Skip to content

Commit

Permalink
Make RealDistance type available within cookbooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
arianepaola committed Jun 8, 2016
1 parent d6407a5 commit 20b2844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/meta/generator/targets/cpp.json
Expand Up @@ -45,7 +45,8 @@
"ShortRealMatrix": "SGMatrix<float32_t>",
"RealMatrix": "SGMatrix<float64_t>",
"LongRealMatrix": "SGMatrix<floatmax_t>",
"ComplexMatrix": "SGMatrix<complex128_t>"
"ComplexMatrix": "SGMatrix<complex128_t>",
"RealDistance": "RealDistance<float64_t>"
},
"Expr": {
"StringLiteral": "\"$literal\"",
Expand Down

0 comments on commit 20b2844

Please sign in to comment.