#include "FTables.h"Include dependency graph for int3dtable.c:

Go to the source code of this file.
Defines | |
| #define | ARGS_fint3d double *,integer*,double * |
Typedefs | |
| typedef void(*) | fint3df (ARGS_fint3d) |
Functions | |
| void C2F() | int3dex (ARGS_fint3d) |
| void C2F() | fint3d (ARGS_fint3d) |
| void C2F() | setfint3d (char *name, int *rep) |
| void C2F() | fint3d (double *xyz, integer *numfun, double *v) |
Variables | |
| FTAB | FTab_fint3d [] |
| static fint3df | fint3dfonc |
| #define ARGS_fint3d double *,integer*,double * |
Definition at line 9 of file int3dtable.c.
| typedef void(*) fint3df(ARGS_fint3d) |
Definition at line 10 of file int3dtable.c.
| void C2F() fint3d | ( | double * | xyz, | |
| integer * | numfun, | |||
| double * | v | |||
| ) |
function call : WARNING fintg returns a double
Definition at line 35 of file int3dtable.c.
References fint3dfonc, and v.
00036 { 00037 (*fint3dfonc)(xyz,numfun,v); 00038 }
| void C2F() fint3d | ( | ARGS_fint3d | ) |
| void C2F() int3dex | ( | ARGS_fint3d | ) |
| void C2F() setfint3d | ( | char * | name, | |
| int * | rep | |||
| ) |
fixes the function associated to name
fint3df fint3dfonc [static] |
the current function fixed by setfint3d
Definition at line 31 of file int3dtable.c.
Referenced by fint3d().
1.5.1