ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/DarkSide/sticky_interface.h
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/sticky_interface.h (file contents):
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 50 | Line 50 | extern "C" {
50   extern "C" {
51    
52    void newStickyType( int* c_ident,
53 <                      double* sticky_w0,
54 <                      double* sticky_v0,
55 <                      double* sticky_v0p,
56 <                      double* sticky_rl,
57 <                      double* sticky_ru,
58 <                      double* sticky_rlp,
59 <                      double* sticky_rup,
53 >                      RealType* sticky_w0,
54 >                      RealType* sticky_v0,
55 >                      RealType* sticky_v0p,
56 >                      RealType* sticky_rl,
57 >                      RealType* sticky_ru,
58 >                      RealType* sticky_rlp,
59 >                      RealType* sticky_rup,
60                        int* isError );
61    void destroyStickyTypes();
62   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines