Last change
on this file since 2327 was
1018,
checked in by gah, 16 years ago
|
Massive changes: New directory/file layout
|
File size:
897 bytes
|
Line | |
---|
1 | /* |
---|
2 | * ---------------------------------------------------------------------- |
---|
3 | * INTERFACE: Fortran Rappture Utils Header |
---|
4 | * |
---|
5 | * ====================================================================== |
---|
6 | * AUTHOR: Derrick S. Kearney, Purdue University |
---|
7 | * Copyright (c) 2004-2007 Purdue Research Foundation |
---|
8 | * |
---|
9 | * See the file "license.terms" for information on usage and |
---|
10 | * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. |
---|
11 | * ====================================================================== |
---|
12 | */ |
---|
13 | |
---|
14 | #ifndef _RAPPTURE_UTILS_F_H |
---|
15 | #define _RAPPTURE_UTILS_F_H |
---|
16 | |
---|
17 | #ifdef __cplusplus |
---|
18 | #include "RpUtilsFStubs.h" |
---|
19 | extern "C" { |
---|
20 | #endif // ifdef __cplusplus |
---|
21 | |
---|
22 | int rp_utils_progress ( int* percent, char* text, int text_len ); |
---|
23 | |
---|
24 | |
---|
25 | /**********************************************************/ |
---|
26 | |
---|
27 | #ifdef __cplusplus |
---|
28 | } |
---|
29 | #endif // ifdef __cplusplus |
---|
30 | |
---|
31 | #endif // ifndef _RAPPTURE_UTILS_F_H |
---|
Note: See
TracBrowser
for help on using the repository browser.