Skip to content

Commit

Permalink
import modshogun again in meta examples
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Jun 8, 2016
1 parent 561e030 commit 20020f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meta/generator/targets/java.json
@@ -1,5 +1,5 @@
{
"Program": "import org.jblas.DoubleMatrix;\nimport org.jblas.FloatMatrix;\n\n${dependencies}class $programName {\nstatic {\nSystem.loadLibrary(\"modshogun\");\n}\n\npublic static void main(String argv[]) {\nmodshogun.init_shogun_with_defaults();\n\n$program$testing\n}\n}\n",
"Program": "import org.jblas.DoubleMatrix;\nimport org.jblas.FloatMatrix;\n\nimport org.shogun.modshogun;\n${dependencies}class $programName {\nstatic {\nSystem.loadLibrary(\"modshogun\");\n}\n\npublic static void main(String argv[]) {\nmodshogun.init_shogun_with_defaults();\n\n$program$testing\n}\n}\n",
"Dependencies": {
"AllDependencies": "$interfacedClassDependencies\n$enumDependencies\n\n",
"InterfacedClassDependencies": "$classlist\n",
Expand Down

0 comments on commit 20020f7

Please sign in to comment.