~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to intern/elbeem/intern/solver_dimenions.h

Tags: upstream-2.40
ImportĀ upstreamĀ versionĀ 2.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/******************************************************************************
 
2
 *
 
3
 * El'Beem - Free Surface Fluid Simulation with the Lattice Boltzmann Method
 
4
 * All code distributed as part of El'Beem is covered by the version 2 of the 
 
5
 * GNU General Public License. See the file COPYING for details.
 
6
 * Copyright 2003-2005 Nils Thuerey
 
7
 *
 
8
 * Combined 2D/3D Lattice Boltzmann Solver auxiliary classes
 
9
 * 
 
10
 *****************************************************************************/
 
11
#ifndef LBMHEADER_H
 
12
 
 
13
/* LBM Files */
 
14
#include "solver_interface.h"
 
15
 
 
16
 
 
17
#define LBMHEADER_H
 
18
#endif
 
19
 
 
20
 
 
21