mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
c41c4e02 Merge commit 'e26566584588855e782e2ab4cdd467984a185890' e2656658 Squashed 'phreeqcpp/' changes from a377818..a376a40 30169e61 Merge commit '3765e0cf266655280d362cdf5de35c25892959b6' 3765e0cf Squashed 'phreeqcpp/' changes from 7e50e98..a377818 git-subtree-dir: src git-subtree-split: c41c4e0230326ce7c5ac95d4db35396957ea98e4
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%