TQKEEP_CS_NUMBERS
Fortran |
TQKEEP_CS_NUMBERS(IWSE, KEEP) |
|
---|---|---|
C-interface |
tq_keep_cs_numbers(TC_INT* iwse, TC_BOOL* keep); |
|
Full name: |
Keep Composition Set Numbers. |
|
Purpose: |
To prevent composition set ID-numbers from switching between consecutive equilibrium calculations. |
|
Comments: |
This subroutine turns on/off the functionality to keep the composition set numbers from the previous equilibrium calculations. By default the setting is off. Once turned on, it affects all subsequent equilibrium calculations until explicitly turned off again. |
|
Arguments |
||
Name |
Type |
Value set on call or returned |
IWSE |
Integer array |
Workspace |
KEEP | Logical | TRUE will turn the functionality on, FALSE off |

Note the following conventions to distinguish between the programming languages.
- Routines starting with TQXXX, for example, TQGDAT, are in the Fortran interface
- Routines starting with tq_xxxx, for example tq_gdat, are in the C-interface.
- In Fortran, all routines are subroutines and do not return any values except where explicitly declared as functions.
- All the C procedures are declared as void and do not return any values except where explicitly otherwise declared.
An example of how to read the subroutine definitions.