Adjustments to updated application code
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
//
 | 
					//
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "scriptLanguage" : "OCTAVE",
 | 
					  "scriptLanguage" : "OCTAVE",
 | 
				
			||||||
  "executableScriptName" : "sampleApp1.m",
 | 
					  "executableScriptName" : "sampleApp.m",
 | 
				
			||||||
  "inputFiles" : [ {
 | 
					  "inputFiles" : [ {
 | 
				
			||||||
    "dataType" : "double_vector",
 | 
					    "dataType" : "double_vector",
 | 
				
			||||||
    "multiplicity" : {
 | 
					    "multiplicity" : {
 | 
				
			||||||
@@ -20,9 +20,8 @@
 | 
				
			|||||||
    "name" : "Multiplicator"
 | 
					    "name" : "Multiplicator"
 | 
				
			||||||
  } ],
 | 
					  } ],
 | 
				
			||||||
  "outputs" : [ {
 | 
					  "outputs" : [ {
 | 
				
			||||||
    "dataType" : "image_data",
 | 
					    "dataType" : "double_vector",
 | 
				
			||||||
    "fileFormat" : "PNG",
 | 
					    "isReturnedValue" : true
 | 
				
			||||||
    "fileName" : "multipliedVec.png"
 | 
					 | 
				
			||||||
  } ],
 | 
					  } ],
 | 
				
			||||||
  "requiredTools" : [ "octave" ]
 | 
					  "requiredTools" : [ "octave" ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user