Skip to content

Commit

Permalink
added real to all typed targets
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent 7b81e8c commit 9870673
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/meta/generator/targets/cpp.json
Expand Up @@ -18,6 +18,7 @@
"Default": "$type",
"bool": "bool",
"string": "char*",
"real": "float64_t",
"BoolVector": "SGVector<bool>",
"CharVector": "SGVector<char>",
"ByteVector": "SGVector<uint8_t>",
Expand Down
1 change: 1 addition & 0 deletions examples/meta/generator/targets/csharp.json
Expand Up @@ -11,6 +11,7 @@
"Default": "$type",
"bool": "bool",
"string": "String",
"real": "double",
"BoolVector": "bool[]",
"CharVector": "char[]",
"ByteVector": "byte[]",
Expand Down
1 change: 1 addition & 0 deletions examples/meta/generator/targets/java.json
Expand Up @@ -17,6 +17,7 @@
"Type": {
"Default": "$type",
"bool": "boolean",
"real": "double",
"string": "String",
"BoolVector": "DoubleMatrix",
"CharVector": "DoubleMatrix",
Expand Down

0 comments on commit 9870673

Please sign in to comment.