From ea958d3c401761dcc24865d9639b2fab31038db8 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Thu, 6 Jul 2017 15:48:47 +0530 Subject: Revert "LinearAlgebra Function Added" --- macros/GeneralFunctions/SCI2CFindFile.sci | 1 - macros/GeneralFunctions/lib | Bin 1164 -> 1108 bytes 2 files changed, 1 deletion(-) (limited to 'macros/GeneralFunctions') diff --git a/macros/GeneralFunctions/SCI2CFindFile.sci b/macros/GeneralFunctions/SCI2CFindFile.sci index 912a72a..f7271e2 100644 --- a/macros/GeneralFunctions/SCI2CFindFile.sci +++ b/macros/GeneralFunctions/SCI2CFindFile.sci @@ -20,7 +20,6 @@ function [FlagFound,SCIFileName] = SCI2CFindFile(PathList,FileName) // --- Check input arguments. --- // ------------------------------ SCI2CNInArgCheck(argn(2),2,2); - FlagFound = 0; SCIFileName = ''; diff --git a/macros/GeneralFunctions/lib b/macros/GeneralFunctions/lib index e151923..9f498b2 100644 Binary files a/macros/GeneralFunctions/lib and b/macros/GeneralFunctions/lib differ -- cgit