Skip to content

Commit c025162

Browse files
Merge pull request #493 from easifem/dev
Updates in domain and mesh
2 parents bfbd14e + a2f2748 commit c025162

File tree

68 files changed

+9699
-1737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+9699
-1737
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
cmake_minimum_required(VERSION 3.20.0 FATAL_ERROR)
1919
set(PROJECT_NAME "easifemClasses")
2020
project(${PROJECT_NAME})
21+
2122
enable_language(Fortran C CXX)
2223

2324
set(VERSION_MAJOR "24")
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This program is a part of EASIFEM library Copyright (C) 2020-2021 Vikas
2+
# Sharma, Ph.D
3+
#
4+
# This program is free software: you can redistribute it and/or modify it under
5+
# the terms of the GNU General Public License as published by the Free Software
6+
# Foundation, either version 3 of the License, or (at your option) any later
7+
# version.
8+
#
9+
# This program is distributed in the hope that it will be useful, but WITHOUT
10+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
12+
# details.
13+
#
14+
# You should have received a copy of the GNU General Public License along with
15+
# this program. If not, see <https: //www.gnu.org/licenses/>
16+
#
17+
18+
set(src_path "${CMAKE_CURRENT_LIST_DIR}/src/")
19+
target_sources(${PROJECT_NAME} PRIVATE ${src_path}/AbstractDomain_Class.F90)

0 commit comments

Comments
 (0)