Ignore:
Timestamp:
Dec 9, 2006 12:56:11 AM (17 years ago)
Author:
dkearney
Message:

adjusted units code removing const ints in favor of enum values
adjusted library code to include enum values
added time stamp abilities to rappture library's result function
added cplusplus define checks to header files for c and fortran bindings so people can compile with rappture.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fortran/RpUnitsFInterface.h

    r511 r554  
    1515#define _RpUNITS_F_H
    1616
    17 #include "RpFortranCommon.h"
    18 #include "RpUnitsFStubs.h"
     17#ifdef __cplusplus
     18    #include "RpFortranCommon.h"
     19    #include "RpUnitsFStubs.h"
    1920
    20 #ifdef __cplusplus
    21 extern "C" {
     21    extern "C" {
    2222#endif
    2323
     
    5050
    5151#ifdef __cplusplus
    52 }
    53 #endif
     52    }
     53#endif // ifdef __cplusplus
    5454
    55 #endif
     55#endif // ifndef _RpUNITS_F_H
Note: See TracChangeset for help on using the changeset viewer.