-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathprereq-defs.h.in
More file actions
32 lines (28 loc) · 1.22 KB
/
prereq-defs.h.in
File metadata and controls
32 lines (28 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* ***************************************************************************
* This file is part of the SymPhas library, a framework for implementing
* solvers for phase-field problems with compile-time symbolic algebra.
*
* Copyright (c) 2018-2021 by Steven A. Silber and Mikko Karttunen
*
* SymPhas is free software, which can be redistributed or modified under
* the terms of the GNU Lesser General Public License (LGPL) as published
* by the Free Software Foundation; LGPL version 3, or later versions at
* your choice.
*
* SymPhas is distributed with the faith that it will be helpful and
* practical but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
* General Public License for more details.
*
* ***************************************************************************
*
* This file is part of the SymPhas API. This file adds defines necessary
* the compilation of the program.
*
* ***************************************************************************
*/
#pragma once
#cmakedefine USING_MODEL_INCLUDE
#cmakedefine USING_SOLVER_INCLUDE
#include "@MODEL_INCLUDE_HEADER_NAME@"
#include "@SOLVER_INCLUDE_HEADER_NAME@"