ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/UseTheForce/DarkSide/dipole_interface.h
Revision: 1859
Committed: Mon Dec 6 23:29:20 2004 UTC (19 years, 6 months ago) by tim
Content type: text/plain
File size: 498 byte(s)
Log Message:
fix atom type ident in Charge and Dipole Module

File Contents

# User Rev Content
1 gezelter 1633 /*
2     * dipole_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_DIPOLE_INTERFACE_H
14     #define USETHEFORCE_DARKSIDE_DIPOLE_INTERFACE_H
15    
16     #define __C
17    
18     #include "config.h"
19    
20     #define newDipoleType F90_FUNC(newdipoletype, NEWDIPOLETYPE)
21    
22     extern "C"{
23 tim 1859 void newDipoleType( int* c_ident,
24 gezelter 1633 double* dipole_moment,
25     int* status);
26     }
27     #endif
28