Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
82c49fd5
Commit
82c49fd5
authored
8 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
fixup moving to subdirectory
parent
d02c8e28
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/poisson_dg_tensor/CMakeLists.txt
+4
-4
4 additions, 4 deletions
applications/poisson_dg_tensor/CMakeLists.txt
applications/poisson_dg_tensor/sliced/CMakeLists.txt
+2
-2
2 additions, 2 deletions
applications/poisson_dg_tensor/sliced/CMakeLists.txt
with
6 additions
and
6 deletions
applications/poisson_dg_tensor/CMakeLists.txt
+
4
−
4
View file @
82c49fd5
...
...
@@ -4,10 +4,10 @@ dune_add_formcompiler_system_test(UFLFILE poisson_dg_tensor.ufl
NO_TESTS
)
add_subdirectory
(
sliced
)
dune_add_formcompiler_system_test
(
UFLFILE poisson_dg_tensor.ufl
BASENAME app_poisson_dg_tensor
_sliced
INIFILE
sliced
.mini
BASENAME
verify_
app_poisson_dg_tensor
INIFILE
verify
.mini
NO_TESTS
)
add_subdirectory
(
sliced
)
This diff is collapsed.
Click to expand it.
applications/poisson_dg_tensor/sliced/CMakeLists.txt
+
2
−
2
View file @
82c49fd5
dune_add_formcompiler_system_test
(
UFLFILE ../poisson_dg_tensor.ufl
BASENAME
verify_
app_poisson_dg_tensor
INIFILE
verify
.mini
BASENAME app_poisson_dg_tensor
_sliced
INIFILE
sliced
.mini
NO_TESTS
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment