ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
group
/
branches
/
stable-05
/
OOPSE_old
/
src
/
mdtools
/
libmdCode
/
fortranWrappers.hpp
Revision:
293
Committed:
Thu Mar 6 16:07:57 2003 UTC
(22 years, 10 months ago) by
mmeineke
Original Path:
trunk/OOPSE_old/src/mdtools/libmdCode/fortranWrappers.hpp
File size:
217 byte(s)
Log Message:
cleaning up all of the function wrapping
File Contents
#
User
Rev
Content
1
mmeineke
293
#ifndef __FORTRANWRAPPERS_H__
2
#define __FORTRANWRAPPERS_H__
3
4
#include <fortranWrapDefines.hpp>
5
6
7
extern void (*newAtype) newAtypeList;
8
9
extern void (*initFortranFF) initFortranFFList;
10
11
12
13
#endif // fortranWrappers.hpp