Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yuhao Liu
ogs
Commits
244e1ba5
Commit
244e1ba5
authored
12 years ago
by
Karsten Rink
Browse files
Options
Downloads
Patches
Plain Diff
added cmake condition concerning logog-documentation
parent
fb7269a6
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
BaseLib/CMakeLists.txt
+3
-1
3 additions, 1 deletion
BaseLib/CMakeLists.txt
MeshLib/Mesh.cpp
+2
-1
2 additions, 1 deletion
MeshLib/Mesh.cpp
with
5 additions
and
2 deletions
BaseLib/CMakeLists.txt
+
3
−
1
View file @
244e1ba5
...
@@ -17,5 +17,7 @@ INCLUDE_DIRECTORIES(
...
@@ -17,5 +17,7 @@ INCLUDE_DIRECTORIES(
ADD_SUBDIRECTORY
(
logog
)
ADD_SUBDIRECTORY
(
logog
)
SET_PROPERTY
(
TARGET Continuous PROPERTY FOLDER
"logog"
)
SET_PROPERTY
(
TARGET Continuous PROPERTY FOLDER
"logog"
)
SET_PROPERTY
(
TARGET logog PROPERTY FOLDER
"logog"
)
SET_PROPERTY
(
TARGET logog PROPERTY FOLDER
"logog"
)
SET_PROPERTY
(
TARGET logog-doc PROPERTY FOLDER
"logog"
)
IF
(
DOXYGEN_FOUND
)
SET_PROPERTY
(
TARGET logog-doc PROPERTY FOLDER
"logog"
)
ENDIF
()
SET_PROPERTY
(
TARGET test-logog PROPERTY FOLDER
"logog"
)
SET_PROPERTY
(
TARGET test-logog PROPERTY FOLDER
"logog"
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
MeshLib/Mesh.cpp
+
2
−
1
View file @
244e1ba5
...
@@ -94,7 +94,8 @@ void Mesh::setEdgeLengthRange(const double &min_length, const double &max_length
...
@@ -94,7 +94,8 @@ void Mesh::setEdgeLengthRange(const double &min_length, const double &max_length
_edge_length
[
0
]
=
min_length
;
_edge_length
[
0
]
=
min_length
;
_edge_length
[
1
]
=
max_length
;
_edge_length
[
1
]
=
max_length
;
}
}
std
::
cerr
<<
"Error in MeshLib::Mesh::setEdgeLengthRange() - min length < max length."
<<
std
::
endl
;
else
std
::
cerr
<<
"Error in MeshLib::Mesh::setEdgeLengthRange() - min length < max length."
<<
std
::
endl
;
}
}
void
Mesh
::
setNeighborInformationForElements
()
void
Mesh
::
setNeighborInformationForElements
()
...
...
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