From 06337f0dc8114c70fd0c7767083971a0d091750a Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Wed, 5 Jul 2017 12:41:25 +0530 Subject: LinearAlgebra and MatrixOperation Update --- macros/GeneralFunctions/SCI2CFindFile.sci | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/GeneralFunctions/SCI2CFindFile.sci') diff --git a/macros/GeneralFunctions/SCI2CFindFile.sci b/macros/GeneralFunctions/SCI2CFindFile.sci index f7271e2e..912a72a8 100644 --- a/macros/GeneralFunctions/SCI2CFindFile.sci +++ b/macros/GeneralFunctions/SCI2CFindFile.sci @@ -20,6 +20,7 @@ function [FlagFound,SCIFileName] = SCI2CFindFile(PathList,FileName) // --- Check input arguments. --- // ------------------------------ SCI2CNInArgCheck(argn(2),2,2); + FlagFound = 0; SCIFileName = ''; -- cgit