ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/UseTheForce/DarkSide/sticky_interface.h
Revision: 1874
Committed: Thu Dec 9 20:27:59 2004 UTC (19 years, 9 months ago) by gezelter
Content type: text/plain
File size: 756 byte(s)
Log Message:
sticky module now has the option for multiple sticky types

File Contents

# Content
1 /*
2 * sticky_pair_module_interface.h
3 * oopse
4 *
5 * Created by Charles Vardeman II on 10/19/04.
6 * Copyright 2004 University of Notre Dame. All rights reserved.
7 *
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 #define newStickyType F90_FUNC(newstickytype, NEWSTICKYTYPE)
16
17 extern "C" {
18
19 void newStickyType( int* c_ident,
20 double* sticky_w0,
21 double* sticky_v0,
22 double* sticky_v0p,
23 double* sticky_rl,
24 double* sticky_ru,
25 double* sticky_rlp,
26 double* sticky_rup,
27 int* isError );
28 }
29
30 #endif