From e34332a406e4f3fba9b99c6f9ec5138edfcc6aa2 Mon Sep 17 00:00:00 2001 From: Harpreet Date: Wed, 23 Sep 2015 18:22:28 +0530 Subject: qpipopt added --- sci_gateway/cpp/cleaner.sce | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sci_gateway/cpp/cleaner.sce') diff --git a/sci_gateway/cpp/cleaner.sce b/sci_gateway/cpp/cleaner.sce index 45a256d..27b5409 100644 --- a/sci_gateway/cpp/cleaner.sce +++ b/sci_gateway/cpp/cleaner.sce @@ -10,12 +10,12 @@ if fileinfo('loader.sce') <> [] then mdelete('loader.sce'); end // ------------------------------------------------------ -if fileinfo('libsymphonytools.so') <> [] then - mdelete('libsymphonytools.so'); +if fileinfo('libFAMOS.so') <> [] then + mdelete('libFAMOS.so'); end // ------------------------------------------------------ -if fileinfo('libsymphonytools.c') <> [] then - mdelete('libsymphonytools.c'); +if fileinfo('libFAMOS.c') <> [] then + mdelete('libFAMOS.c'); end // ------------------------------------------------------ chdir(curdir); -- cgit