Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Merge requests
!6
Feature/crs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Feature/crs
feature/crs
into
develop
Overview
0
Commits
75
Pipelines
0
Changes
25
Merged
Feature/crs
Stéphane Del Pino
requested to merge
feature/crs
into
develop
Sep 3, 2018
Overview
0
Commits
75
Pipelines
0
Changes
25
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
a186b9a1
75 commits,
Sep 3, 2018
25 files
+
1898
−
1706
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
src/mesh/CMakeLists.txt
+
2
−
0
View file @ a186b9a1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,6 +5,8 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
@@ -5,6 +5,8 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_library
(
add_library
(
PastisMesh
PastisMesh
Connectivity.cpp
ConnectivityComputer.cpp
GmshReader.cpp
)
GmshReader.cpp
)
#include_directories(${PASTIS_SOURCE_DIR}/utils)
#include_directories(${PASTIS_SOURCE_DIR}/utils)
Loading