summaryrefslogtreecommitdiff
path: root/SCI2CTmpResultsReports/lengthfinder/main_pass2.c
diff options
context:
space:
mode:
Diffstat (limited to 'SCI2CTmpResultsReports/lengthfinder/main_pass2.c')
-rw-r--r--SCI2CTmpResultsReports/lengthfinder/main_pass2.c70
1 files changed, 0 insertions, 70 deletions
diff --git a/SCI2CTmpResultsReports/lengthfinder/main_pass2.c b/SCI2CTmpResultsReports/lengthfinder/main_pass2.c
deleted file mode 100644
index a7eef15..0000000
--- a/SCI2CTmpResultsReports/lengthfinder/main_pass2.c
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
-** -------------------------------------
-** --- Global Variables Declaration. ---
-** -------------------------------------
-*/
-
-
-/*
-** -----------------------------------------
-** --- End Global Variables Declaration. ---
-** -----------------------------------------
-*/
-
-/*
- SCI2C: ------------------------------------------------------------------
- SCI2C: function lengthfinder()
- SCI2C: ------------------------------------------------------------------
-*/
-int main()
-{
-/*
-** -----------------------------
-** --- Variable Declaration. ---
-** -----------------------------
-*/
-
- double x[1 * 5];
- int __xSize[2] = {1, 5};;
-
- double y;
-
- double ans1;
-
-
-
-
-/*
-** ---------------------------------
-** --- End Variable Declaration. ---
-** ---------------------------------
-*/
-/*
-** ---------------
-** --- C code. ---
-** ---------------
-*/
-
- d0d0OpColond2(1,5,x);
-
- y = d2lengthd0(x, __xSize);
-
- d0disp(y);
-
-
-
- /*
- ** ---------------------
- ** --- Free Section. ---
- ** ---------------------
- */
- /*
- ** -------------------------
- ** --- End Free Section. ---
- ** -------------------------
- */
-
- return(0);
-
-}
-