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

File Contents

# User Rev Content
1 gezelter 1608 /*
2     * sticky_pair_module_interface.h
3     * oopse
4     *
5     * Created by Charles Vardeman II on 10/19/04.
6 chuckv 1617 * Copyright 2004 University of Notre Dame. All rights reserved.
7 gezelter 1608 *
8     */
9     #ifndef USETHEFORCE_DARKSIDE_STICKY_INTERFACE_H
10     #define USETHEFORCE_DARKSIDE_STICKY_INTERFACE_H
11    
12     #define __C
13     #include "config.h"
14    
15 gezelter 1621 #define makeStickyType F90_FUNC(makestickytype, MAKESTICKYTYPE)
16    
17 chuckv 1617 extern "C" {
18 gezelter 1608
19 gezelter 1621 void makeStickyType( double* sticky_w0,
20     double* sticky_v0,
21     double* sticky_v0p,
22     double* sticky_rl,
23     double* sticky_ru,
24     double* sticky_rlp,
25     double* sticky_rup );
26 gezelter 1608 }
27    
28     #endif