cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
global.cpp
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
#include "
cddefines.h
"
4
#include "
global.h
"
5
#include "
dense.h
"
6
#include "
collision.h
"
7
8
//
9
// The purpose of this file is to make global variable dependencies manifest.
10
// The order of variable initialization obviously matters.
11
//
12
// NB NB NB Do not move the code below into a different file.
13
//
14
15
t_dense
dense
;
16
ColliderList
colliders
(dense);
ColliderList
Definition:
collision.h:38
dense.h
global.h
t_dense
Definition:
dense.h:26
dense
t_dense dense
Definition:
global.cpp:15
colliders
ColliderList colliders(dense)
collision.h
cddefines.h
Generated by
1.8.5