diff options
Diffstat (limited to 'macros/ASTManagement/AST_GetASTFile.sci')
-rw-r--r-- | macros/ASTManagement/AST_GetASTFile.sci | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/ASTManagement/AST_GetASTFile.sci b/macros/ASTManagement/AST_GetASTFile.sci index 025aca74..6fb0f76e 100644 --- a/macros/ASTManagement/AST_GetASTFile.sci +++ b/macros/ASTManagement/AST_GetASTFile.sci @@ -40,8 +40,7 @@ load(FileInfo.SharedInfoDatFile,'SharedInfo'); funname = SharedInfo.NextSCIFunName; funnumber = SharedInfo.NextSCIFunNumber; -PrintStepInfo('Generate the AST in '+FileInfo.Funct(funnumber).ASTFileName,... - FileInfo.GeneralReport,'both'); +PrintStepInfo('Generate the AST.', FileInfo.GeneralReport,'both'); // --- Generation of the AST file. --- SciFile2ASTFile(FileInfo.Funct(funnumber).SCIFileName,... |