CG  Version 25
updateOpt.h
Go to the documentation of this file.
1 #ifndef UPDATE_OPT_H
2 #define UPDATE_OPT_H
3 
4 #define updateOpt EXTERN_C_NAME(updateopt)
5 extern "C"
6 {
7  void updateOpt(const int &nd1a,const int &nd1b,const int &nd2a,const int &nd2b,
8  const int &nd3a,const int &nd3b,const int &nd4a,const int &nd4b, \
9  const int &mask,real &u1, const real&u2,
10  const real&ut1, const real&ut2, const real&ut3, const real&ut4,
11  const int &ipar, const real& rpar, int & ierr );
12 }
13 
14 
15 #endif