Adjustments to updated application code
This commit is contained in:
		@@ -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" ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user