Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • imaroger/jrl-walkgen
  • lscherrer/jrl-walkgen
2 results
Show changes
Showing
with 5672 additions and 6122 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
/*
* Copyright 2006, 2007, 2008, 2009, 2010,
* Copyright 2006, 2007, 2008, 2009, 2010,
*
* Olivier Stasse
*
......@@ -18,16 +18,16 @@
* You should have received a copy of the GNU Lesser General Public License
* along with walkGenJrl. If not, see <http://www.gnu.org/licenses/>.
*
* Research carried out within the scope of the
* Research carried out within the scope of the
* Joint Japanese-French Robotics Laboratory (JRL)
*/
#ifndef _QLD_H_
#define _QLD_H_
extern int ql0001_(int *m,int *me,int *mmax,int *n,int *nmax,int *mnn,
double *c,double *d,double *a,double *b,double *xl,
double *xu,double *x,double *u,int *iout,int *ifail,
int *iprint,double *war,int *lwar,int *iwar,int *liwar,
double *eps1);
extern int ql0001_(int *m, int *me, int *mmax, int *n, int *nmax, int *mnn,
double *c, double *d, double *a, double *b, double *xl,
double *xu, double *x, double *u, int *iout, int *ifail,
int *iprint, double *war, int *lwar, int *iwar, int *liwar,
double *eps1);
#endif