Opened 14 years ago
Closed 14 years ago
#1254 closed task (fixed)
include path en NonLinGloOpt
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | TOL Packages |
Component: | Various | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
En CppTool.cpp
se hace
#include <nlopt/include/nlopt.h> #include <nlopt/include/nlopt.hpp>
esto obliga a tener los include de nlopt con esa estructura de directorio fija, se sugiere que en el fuente se incluyan de esta forma:
#include <nlopt.h> #include <nlopt.hpp>
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [3632]) Fixes #1254