From dafe68b1f05c3d1d288e7435b3f146326ea4eebc Mon Sep 17 00:00:00 2001
From: jofret
Date: Wed, 23 Jun 2010 19:44:55 +0000
Subject: Remove SCI2Cerror wrapping call

---
 macros/GeneralFunctions/ReadStringCard.sci | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'macros/GeneralFunctions/ReadStringCard.sci')

diff --git a/macros/GeneralFunctions/ReadStringCard.sci b/macros/GeneralFunctions/ReadStringCard.sci
index 5d9358ba..a4525d90 100644
--- a/macros/GeneralFunctions/ReadStringCard.sci
+++ b/macros/GeneralFunctions/ReadStringCard.sci
@@ -52,7 +52,7 @@ clear requested_line dummy2
 
 if (flag_found == 0) then
    if (enableerror == 'y') then
-      SCI2Cerror([cardname,' not found']); 
+      error(9999, cardname+' not found'); 
    else
       warning([cardname,' not found']);
    end
-- 
cgit