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

File Contents

# User Rev Content
1 chuckv 1623 /*
2     * lj_interface.h
3     * oopse
4     *
5     * Created by Charles Vardeman II on 10/21/04.
6     * Copyright 2004 University of Notre Dame. All rights reserved.
7     *
8     */
9    
10    
11    
12    
13     #ifndef USETHEFORCE_DARKSIDE_LJ_INTERFACE_H
14     #define USETHEFORCE_DARKSIDE_LJ_INTERFACE_H
15    
16     #define __C
17    
18     #include "config.h"
19    
20     #define newLJtype F90_FUNC(newljtype, NEWLJTYPE)
21 gezelter 1628 #define useGeometricMixing F90_FUNC(usegeometricmixing, USEGEOMETRICMIXING)
22 chuckv 1623
23     extern "C"{
24 gezelter 1628 void newLJtype( int* ident,
25     double* sigma,
26 gezelter 1633 double* epsilon,
27 gezelter 1628 int* status);
28    
29     void useGeometricMixing( );
30 chuckv 1623 }
31     #endif
32