[Fortran] Mark Foretran API as experimental

This commit is contained in:
Ingmar Schoegl
2025-11-16 22:57:10 -06:00
parent 0fabd76011
commit c6a26468d1
8 changed files with 25 additions and 0 deletions
+4
View File
@@ -2,3 +2,7 @@ Fortran Examples
================
Examples for both Fortran 77 and Fortran 90.
.. caution::
The Fortran interface is an experimental part of the Cantera API and may be changed
or removed without notice.
+3
View File
@@ -2,6 +2,9 @@
! an application program. It's primary purpose is to provide generic
! procedure names that map to specific procedures depending on the
! argument types.
!
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
+3
View File
@@ -1,6 +1,9 @@
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
module cantera_funcs
use cantera_thermo
+3
View File
@@ -1,6 +1,9 @@
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
module cantera_kinetics
use cantera_thermo
+3
View File
@@ -1,6 +1,9 @@
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
module cantera_thermo
use fct
+3
View File
@@ -1,6 +1,9 @@
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
module cantera_transport
use cantera_thermo
+3
View File
@@ -5,6 +5,9 @@
* library functions is provided that are declared "extern C". All
* Cantera objects are stored and referenced by integers - no
* pointers are passed to or from the calling application.
*
* @warning The Fortran API is an experimental part of %Cantera and
* may be changed or removed without notice.
*/
// This file is part of Cantera. See License.txt in the top-level directory or
+3
View File
@@ -1,6 +1,9 @@
! This file is part of Cantera. See License.txt in the top-level directory or
! at https://cantera.org/license.txt for license and copyright information.
! @warning The Fortran API is an experimental part of %Cantera and
! may be changed or removed without notice.
module fct
interface