ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/init_fortran_wrappers.c
Revision: 185
Committed: Fri Nov 22 20:39:33 2002 UTC (21 years, 8 months ago) by chuckv
Content type: text/plain
File size: 142 byte(s)
Log Message:
Initial commit of wrappers for fortran module proceedures.

File Contents

# Content
1 #include "fortran_fncs.h"
2
3 void init_fortran_wrappers(void){
4
5 void setup(void *setup_simulation){
6
7
8 }
9
10
11
12 setup_f90_wrappers_(setup);
13
14 }