Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
74e13e75
Commit
74e13e75
authored
Jul 18, 2017
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGE
#409
] removed remains of hg
parent
ed3d9104
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
src/core/common/WSharedLib.h
src/core/common/WSharedLib.h
+1
-1
src/core/common/math/test/WLine_test.h
src/core/common/math/test/WLine_test.h
+2
-5
No files found.
src/core/common/WSharedLib.h
View file @
74e13e75
...
...
@@ -35,7 +35,7 @@
/**
* This class loads shared libraries and provides function pointers. This is especially useful for dynamic loading of shared libraries during
* runtime. This works on Windows, Linux and Mac OS and is based on the openbug shared_lib implementation by
* Christian Heine <heine@informatik.uni-leipzig.de>.
For more details, see http://www.informatik.uni-leipzig.de/~hg/openbug .
* Christian Heine <heine@informatik.uni-leipzig.de>.
*
* \note This class performs locking so that under any system variables of shared_lib may be used in multi-threaded environments.
* \warning Because the POSIX standard does not enforce thread safety for the functions dlopen, dlclose, dlerror, and dlsym, these should not
...
...
src/core/common/math/test/WLine_test.h
View file @
74e13e75
...
...
@@ -311,11 +311,8 @@ public:
}
/**
* The max segemnent length is the maximum length over all segments (p_i<->p_j). For further
* information look just on the name of the test function, I think this is really precised ;).
* (Ha one more line in hg churn!)
* BTW: If there are multiple max lengths (equidistant sampled tracts) the first shall be
* chosen, BTW: this is totally stupid!, if they are equals it doesn't matter anyway, huh???
* The max segemnent length is the maximum length over all segments (p_i<->p_j).
* BTW: If there are multiple max lengths (equidistant sampled tracts) the first shall be chosen
*/
void
testMaxSegementLength
(
void
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment