ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/notifycutoffs_module_interface.h
Revision: 1602
Committed: Tue Oct 19 20:44:36 2004 UTC (19 years, 10 months ago) by chuckv
Content type: text/plain
File size: 564 byte(s)
Log Message:
Added new files for fortran interface.

File Contents

# User Rev Content
1 chuckv 1602 /*
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     }