-
Notifications
You must be signed in to change notification settings - Fork 24
Conversation
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
========================================
+ Coverage 61.1% 61.1% +<.1%
========================================
Files 129 129
Lines 6321 6322 +1
========================================
+ Hits 3868 3869 +1
Misses 2453 2453
Continue to review full report at Codecov.
|
@JensWehner hey can you take a look when you get the chance? |
@@ -15,21 +15,22 @@ | |||
* | |||
*/ | |||
|
|||
#include <votca/csg/beadmotifconnector.h> | |||
#include "../../include/votca/csg/beadmotifconnector.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
I believe it is a better practice. For instance if you build the project and it has previously installed it can link to the wrong files. |
It is safer to reserve global reference for the other repositories, and use the relative include paths internally, it doesn't look as nice though. |
I think it doesn't hurt, we add the local include path here anyhow: |
My wording is probably a bit off, <> notation looks somewhere on the system, whereas "" will look in the current repo. |
I have had issues with this in the past but I am not sure if they were before or after those lines were placed in the cmake file. |
@JensWehner please review |
Ping @JensWehner |
Used pragma once
Const correctness applied
Improved testing
noexcept keyword added where appropriate
assertion test added in appropriate method