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

File Contents

# Content
1 #ifndef USETHEFORCE_DARKSIDE_EAM_INTERFACE_H
2 #define USETHEFORCE_DARKSIDE_EAM_INTERFACE_H
3
4 #define __C
5
6 #include "config.h"
7
8 #define newEAMtype F90_FUNC(neweamtype, NEWEAMTYPE)
9
10 extern "C"{
11 void newEAMtype( double* lattice_constant,
12 int* eam_nrho,
13 double* eam_drho,
14 int* eam_nr,
15 double* eam_dr,
16 double* eam_rcut,
17 double* eam_rvals,
18 double* eam_rhovals,
19 double* eam_Frhovals,
20 int* eam_ident,
21 int* status );
22 }
23 #endif