ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/UseTheForce/DarkSide/mpiSimulation_interface.h
Revision: 124
Committed: Wed Oct 20 20:46:20 2004 UTC (20 years, 6 months ago) by chuckv
Content type: text/plain
File size: 735 byte(s)
Log Message:
Fortran/C++ interface de-obfuscation project (It is a very long story)

File Contents

# User Rev Content
1 gezelter 115 /*
2     * mpisimulation_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_MPISIMULATION_INTERFACE_H
11     #define USETHEFORCE_DARKSIDE_MPISIMULATION_INTERFACE_H
12    
13     #define __C
14     #include "config.h"
15    
16     extern "C" {
17     void F90_FUNC(setfortranmpi, SETFORTRANMPI)( mpiSimData* the_mpiPlug,
18     int* nLocal,
19     int* globalAtomIndex,
20     int* nGroupsLocal,
21     int* globalGroupIndex,
22     int* isError );
23     }
24     #endif