iphreeqc/fwrap5.cpp
Scott R Charlton 6a4760abd6 changed all fortran string length parameters to be size_t
simplified fortran wrappers for windows


git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9015 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2014-10-29 01:59:37 +00:00

23 lines
350 B
C++

#include "IPhreeqc.h"
#include "fwrap.h"
#if defined(_WIN32)
#if defined(__cplusplus)
extern "C" {
#endif
//
// Intel Fortran compiler 9.1 /iface:default /names:default /assume:underscore
//
#define IPQ_DECL
#define IPQ_CASE_UND(name, NAME, name_, NAME_) NAME_
#include "fimpl.h"
#if defined(__cplusplus)
}
#endif
#endif