cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
global.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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 
16 ColliderList colliders(dense);
Definition: dense.h:26
t_dense dense
Definition: global.cpp:15
ColliderList colliders(dense)