summaryrefslogtreecommitdiff
path: root/tests/general_tests/symphonymat/symphonymat_input2.sce
diff options
context:
space:
mode:
Diffstat (limited to 'tests/general_tests/symphonymat/symphonymat_input2.sce')
-rw-r--r--tests/general_tests/symphonymat/symphonymat_input2.sce8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/general_tests/symphonymat/symphonymat_input2.sce b/tests/general_tests/symphonymat/symphonymat_input2.sce
index 4be6d87..ee733d4 100644
--- a/tests/general_tests/symphonymat/symphonymat_input2.sce
+++ b/tests/general_tests/symphonymat/symphonymat_input2.sce
@@ -17,10 +17,12 @@ beq = [ 25, 1.25, 1.25]
intcon = [1 2 3 4];
-// Calling Symphony
-[x,f,status,output] = symphonymat(c,intcon)
-
//Error
//Symphony: Unexpected number of input arguments : 2 provided while should be in the set [4 6 8 9]
//at line 149 of function symphonymat called by :
//[x,f,status,output] = symphonymat(c,intcon)
+
+// Calling Symphony
+[x,f,status,output] = symphonymat(c,intcon)
+
+