From 63ca4c7ef4b0202b4b6c6cd3463158dc10bfa758 Mon Sep 17 00:00:00 2001 From: Darth Vader Date: Fri, 5 Apr 2024 17:14:35 +0000 Subject: [PATCH] Squashed 'src/' changes from 6fd34ae3..2dcf4062 2dcf4062 normalized text files git-subtree-dir: src git-subtree-split: 2dcf40623ff462e2b379cd5f8ed8299928d0a6fd --- README.Fortran | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.Fortran b/README.Fortran index 408ac795..bb5ca2dd 100644 --- a/README.Fortran +++ b/README.Fortran @@ -1,17 +1,17 @@ -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() +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()