Program listing for file numerics/src/tools/projectionOnCylinder.h#

 1#ifndef ProjectionOnCylinder_H
 2#define ProjectionOnCylinder_H
 3
 4
 5
 6#include "SiconosConfig.h"
 7
 8#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
 9extern "C"
10{
11#endif
12
13
14  void projectionOnCylinder(double* r, double  R);
15
16
17  void projectionOnGeneralCylinder(double* r, double  R, int dim);
18
19#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
20}
21#endif
22
23#endif