mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
fc5d3678 Merge commit 'cf140ebf070063962cfffd64b0b9cdb36f70995f' cf140ebf Squashed 'phreeqcpp/' changes from 6991516..b8182e5 d69db23e Merge commit 'dd44fc2b0f3a6e6820b5f703741faa0a25b89530' dd44fc2b Squashed 'phreeqcpp/' changes from b24dedb..6991516 git-subtree-dir: src git-subtree-split: fc5d3678d9a257fb50c31b9507414db048cd7559
In Fortran, you will need to include the source file IPhreeqc_interface.F90
in your project files. This file defines the IPhreeqc Fortran module. This
is the preferred method to use IPhreeqc from a Fortran program.
USE IPhreeqc
INTEGER(KIND=4) id
id = CreateIPhreeqc()
Use of the include files IPhreeqc.f.inc and IPhreeqc.f90.inc has been
deprecated. To continue using them you must unset IPHREEQC_ENABLE_MODULE in
CMake builds or use the --disable-fortran-module in configure builds. If
either of these settings are used the Fortran include files will be
installed to the include directory.
INCLUDE 'IPhreeqc.f90.inc'
INTEGER(KIND=4) id
id = CreateIPhreeqc()
Description
Languages
C++
81.6%
Makefile
9.2%
C
4.8%
Fortran
1.8%
R
1%
Other
1.3%