Program listing for file numerics/src/FrictionContact/fc3d_solvers_wr.h

Program listing for file numerics/src/FrictionContact/fc3d_solvers_wr.h#

 1#ifndef FRICTIONCONTACT3DSOLVERS_WR_H
 2#define FRICTIONCONTACT3DSOLVERS_WR_H
 3
 4
 5#include "NumericsFwd.h"
 6#include "SiconosConfig.h"
 7
 8#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
 9extern "C"
10{
11#endif
12
13  GlobalFrictionContactProblem * fc3d_reformulation_global_problem(FrictionContactProblem* problem);
14
15#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
16}
17#endif
18
19#endif