mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
conformalVoronoiMesh: Resolve conflict between GPL and QPL
This commit is contained in:
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
Application
|
Application
|
||||||
cvMesh
|
cvMesh
|
||||||
|
|
||||||
@ -38,8 +43,8 @@ using namespace Foam;
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
# include "setRootCase.H"
|
#include "setRootCase.H"
|
||||||
# include "createTime.H"
|
#include "createTime.H"
|
||||||
runTime.functionObjects().off();
|
runTime.functionObjects().off();
|
||||||
|
|
||||||
IOdictionary cvMeshDict
|
IOdictionary cvMeshDict
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
Typedefs
|
Typedefs
|
||||||
CGALTriangulation3Ddefs
|
CGALTriangulation3Ddefs
|
||||||
|
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
Foam::conformalVoronoiMesh
|
Foam::conformalVoronoiMesh
|
||||||
|
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "indexedCell.H"
|
#include "indexedCell.H"
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
indexedCell
|
indexedCell
|
||||||
|
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "indexedVertex.H"
|
#include "indexedVertex.H"
|
||||||
|
|||||||
@ -21,6 +21,11 @@ License
|
|||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
As a special exception, you have permission to link this program with the
|
||||||
|
CGAL library and distribute executables, as long as you follow the
|
||||||
|
requirements of the GNU GPL in regard to all of the software in the
|
||||||
|
executable aside from CGAL.
|
||||||
|
|
||||||
Class
|
Class
|
||||||
indexedVertex
|
indexedVertex
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user