ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/UseTheForce/DarkSide/gb_interface.h
Revision: 1683
Committed: Thu Oct 28 22:34:02 2004 UTC (19 years, 8 months ago)
Content type: text/plain
File size: 622 byte(s)
Log Message:
This commit was manufactured by cvs2svn to create branch 'new_design'.

File Contents

# Content
1 /*
2 * gb_interface.h
3 * oopse
4 *
5 * Created by Charles Vardeman II on 10/19/04.
6 * Copyright 2004 __MyCompanyName__. All rights reserved.
7 *
8 */
9 #ifndef USETHEFORCE_DARKSIDE_GB_INTERFACE_H
10 #define USETHEFORCE_DARKSIDE_GB_INTERFACE_H
11
12 #define __C
13
14 #include "config.h"
15
16 #define newGayBerneType F90_FUNC_(set_gb_pair_params, SET_GB_PAIR_PARAMS)
17
18 extern "C"{
19 void newGayBerneType( double* GB_sigma,
20 double* GB_l2b_ratio,
21 double* GB_eps,
22 double* GB_eps_ratio,
23 double* GB_mu,
24 double* GB_nu );
25 }
26 #endif