ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/UseTheForce/notifyCutoffs_interface.h
Revision: 1610
Committed: Wed Oct 20 04:19:55 2004 UTC (19 years, 8 months ago) by gezelter
Content type: text/plain
File size: 564 byte(s)
Log Message:
Fortran name cleanup continues

File Contents

# User Rev Content
1 gezelter 1610 /*
2     * notifycutoffs_module_interface.h
3     * oopse
4     *
5     * Created by Charles Vardeman II on 10/19/04.
6     * Copyright 2004 __MyCompanyName__. All rights reserved.
7     *
8     */
9    
10     #define __C
11     #include "config.h"
12     extern "C"{
13     typedef void (notifyFortranCutOff) ( double *rCut,
14     double *rSw,
15     double *rList ){
16     F90_FUNC(notifyfortrancutoff,NOTIFYFORTRANCUTOFF)( rCut,
17     rSw,
18     rList)
19     }
20    
21     }