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
(Generate patch)

Comparing:
trunk/OOPSE-4/src/UseTheForce/DarkSide/sticky_interface.h (file contents), Revision 1608 by gezelter, Wed Oct 20 04:02:48 2004 UTC vs.
branches/new_design/OOPSE-4/src/UseTheForce/DarkSide/sticky_interface.h (file contents), Revision 1683, Thu Oct 28 22:34:02 2004 UTC

# Line 3 | Line 3
3   *  oopse
4   *
5   *  Created by Charles Vardeman II on 10/19/04.
6 < *  Copyright 2004 __MyCompanyName__. All rights reserved.
6 > *  Copyright 2004 University of Notre Dame. All rights reserved.
7   *
8   */
9   #ifndef USETHEFORCE_DARKSIDE_STICKY_INTERFACE_H
# Line 12 | Line 12 | extern "C"{
12   #define __C
13   #include "config.h"
14  
15 < extern "C"{
15 > #define makeStickyType F90_FUNC(makestickytype, MAKESTICKYTYPE)
16 >
17 > extern "C" {
18    
19 <  void F90_FUNC_(set_sticky_params, SET_STICKY_PARAMS)( 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 );
24 <  
25 <  void (set_sticky_params)( double* sticky_w0,
26 <                            double* sticky_v0,
27 <                            double* sticky_v0p,
28 <                            double* sticky_rl,
29 <                            double* sticky_ru,
30 <                            double* sticky_rlp,
31 <                            double* sticky_rup ){
32 <    
33 <    F90_FUNC_(set_sticky_params, SET_STICKY_PARAMS)(sticky_v0
34 <                                                    sticky_v0p
35 <                                                    sticky_rl
36 <                                                    sticky_ru
37 <                                                    sticky_rlp
38 <                                                    sticky_rup
39 <                                                    );
40 <  }
19 >  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   }
27  
28   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines