Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2019-12-16 17:51:02 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2019-12-16 18:37:57 +0300
commit7bd3d2be080720a5b40b6898e6588e937497201f (patch)
tree087b9996b14a9e5aa1c5ddadeab2aec8f566056b /intern/elbeem/extern/LBM_fluidsim.h
parentd27ccf990c2b957a10f4676e3153f907829a4b22 (diff)
Mantaflow [Part 5]: Update other /intern packages
Cycles needs some smaller updates so that the up-res smoke wavelet noise and the liquid mesh speed vector export work correctly. Reviewed By: mont29 Maniphest Tasks: T59995 Differential Revision: https://developer.blender.org/D3854
Diffstat (limited to 'intern/elbeem/extern/LBM_fluidsim.h')
-rw-r--r--intern/elbeem/extern/LBM_fluidsim.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/intern/elbeem/extern/LBM_fluidsim.h b/intern/elbeem/extern/LBM_fluidsim.h
deleted file mode 100644
index 256d8c59daa..00000000000
--- a/intern/elbeem/extern/LBM_fluidsim.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- * The Original Code is Copyright (C) Blender Foundation.
- * All rights reserved.
- */
-
-/** \file
- * \ingroup elbeem
- */
-
-#ifndef LBM_FLUIDSIM_H
-#define LBM_FLUIDSIM_H
-
-/* note; elbeem.h was exported all over, should only expose LBM_fluidsim.h */
-#include "elbeem.h"
-
-/* run simulation with given config file */
-// implemented in intern/elbeem/blendercall.cpp
-int performElbeemSimulation(char *cfgfilename);
-
-
-#endif