Opened 14 years ago
Closed 14 years ago
#1217 closed defect (fixed)
NonLinGloOpt fail loading from source
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | TOL Packages |
Component: | Various | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
When trying to load NonLinGloOpt from source code:
tolsh2.0.2 -d NonLinGloOpt/NonLinGloOpt.tol
it fails when invoking xls::ActivateNamedWS(hoja, True, False)
[@WorkBook] Opening book /home/jsperez/TOL/FROM_SVN/tolp/OfficialTolArchiveNetwork/NonLinGloOpt/doc/NLopt_algorithms.xls ... <E> ERROR: [1] Too many arguments in call to Real ActivateNamedWS (Text workSheetName)</E> [Call stack] [2] Real NonLinGloOpt::xls::new::ActivateNamedWS (Text workSheetName) [1] Set NonLinGloOpt::_load_algorithm_info (Real void) <E> ERROR: [2] Wrong arguments in call to Real ActivateNamedWS (Text workSheetName)</E> [Call stack] [2] Real NonLinGloOpt::xls::new::ActivateNamedWS (Text workSheetName) [1] Set NonLinGloOpt::_load_algorithm_info (Real void) <W> Warning: [3] :: function failed at : xls::ActivateNamedWS(hoja, True, False)</W>
Note: See
TracTickets for help on using
tickets.
(In [3572]) Fixes #1217