Basilisk CFD
Adaptive Cartesian mesh PDE framework
Loading...
Searching...
No Matches
deprecated_output.h
Go to the documentation of this file.
1
/** @file deprecated_output.h
2
*/
3
// Generated automatically by gotm.awk from
4
// /home/popinet/local/src/code-5.2.1//src/gotm/deprecated_output.F90
5
6
extern
void
deprecated_output_
(
7
integer
*
namlst
,
8
char
*
title
,
9
realtype
*
dt
,
10
logical
*
list_fields
,
11
long
int
_sltitle
12
);
13
static
inline
void
gotm_deprecated_output
(
14
integer
*
namlst
,
15
char
*
title
,
16
realtype
*
dt
,
17
logical
*
list_fields
) {
18
deprecated_output_
(
namlst
,
title
,
dt
,
list_fields
,
strlencheck
(
title
));
19
}
x
int x
Definition
common.h:76
strlencheck
#define strlencheck(s)
Definition
cvmix.h:119
integer
int integer
Definition
cvmix.h:105
logical
int logical
Definition
cvmix.h:104
deprecated_output_
void deprecated_output_(integer *namlst, char *title, realtype *dt, logical *list_fields, long int _sltitle)
gotm_deprecated_output
static void gotm_deprecated_output(integer *namlst, char *title, realtype *dt, logical *list_fields)
Definition
deprecated_output.h:13
dt
double dt
Definition
predictor-corrector.h:18
realtype
double realtype
Definition
common.h:47
gotm
gotm
deprecated_output.h
Generated by
1.9.8