From d5a70ba9e811a545a05f92d8f9478b6af6daec4c Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 11:01:49 +0200 Subject: [PATCH] Adjustments to updated application code --- appDefinition.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appDefinition.json b/appDefinition.json index 031533c..578e708 100644 --- a/appDefinition.json +++ b/appDefinition.json @@ -7,7 +7,7 @@ // { "scriptLanguage" : "OCTAVE", - "executableScriptName" : "sampleApp1.m", + "executableScriptName" : "sampleApp.m", "inputFiles" : [ { "dataType" : "double_vector", "multiplicity" : { @@ -20,9 +20,8 @@ "name" : "Multiplicator" } ], "outputs" : [ { - "dataType" : "image_data", - "fileFormat" : "PNG", - "fileName" : "multipliedVec.png" + "dataType" : "double_vector", + "isReturnedValue" : true } ], "requiredTools" : [ "octave" ] } \ No newline at end of file