User Tools

Site Tools


Sidebar

2013:groups:sm:blha:api

This is an old revision of the document!


C-compatible interface (pointer version) (olp.h)

#ifndef __OLP_H__
#define __OLP_H__
 
#ifdef __cplusplus
extern "C" {
#endif
 
void OLP_Start(char* fname, int* ierr);
void OLP_SetParameter(char* line, double* real_part, double *cmplx_part, int* status);
void OLP_EvalSubProcess2(int l, double* mom, double mu, double* r, int* status);
 
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // __OLP_H__

C++-only interface (reference version)

#ifndef __OLP_H__
#define __OLP_H__
 
extern "C" {
void OLP_Start(char* fname, int &ierr);
void OLP_SetParameter(char* line, double& real_part, double& cmplx_part, int& status);
void OLP_EvalSubProcess2(int l, double& mom, double& mu, double& r, int& status);
}
 
#endif // __OLP_H__
2013/groups/sm/blha/api.1371117783.txt.gz · Last modified: 2013/06/13 12:03 by johann_felix.graf_von_sodenfraunhofen