ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/UseTheForce/DarkSide/atype_interface.h
Revision: 1638
Committed: Fri Oct 22 23:00:06 2004 UTC (19 years, 8 months ago) by chrisfen
Content type: text/plain
File size: 458 byte(s)
Log Message:
Dear god!  It runs and conserves energy!

File Contents

# Content
1 /*
2 * atype_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 #ifndef USETHEFORCE_DARKSIDE_ATYPE_INTERFACE_H
11 #define USETHEFORCE_DARKSIDE_ATYPE_INTERFACE_H
12
13 #define __C
14
15 #include "config.h"
16 #include "types/AtomTypeProperties.h"
17
18 #define makeAtype F90_FUNC(makeatype, MAKEATYPE)
19
20 extern "C" {
21 void makeAtype(AtomTypeProperties* atp, int* status );
22 }
23 #endif