Skip to content

Commit 3d4997f

Browse files
author
Roberto Di Remigio
committed
Merge branch 'master' into release/1.Y
2 parents fb69bbd + f7861b5 commit 3d4997f

24 files changed

+1140
-139
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ matrix:
8787
addons: &4
8888
apt:
8989
sources:
90-
- llvm-toolchain-precise
90+
- llvm-toolchain-precise-3.8
9191
- ubuntu-toolchain-r-test
9292
- boost-latest
9393
- george-edison55-precise-backports

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
API kills program execution if this is the case.
1111
- An API function to retrieve the areas/weights of the cavity finite elements.
1212
The values in the returned array are in Bohr^2. Addresses a feature request from @shofener (Issue #13)
13+
- The standalone executable `run_pcm` is now tested within the unit tests suite.
14+
The tests cover the cases where the cavity is given implicitly, explicitly or by substitution of
15+
radii on chosen atoms.
1316

1417
### Changed
1518

@@ -25,6 +28,9 @@ the cavity.
2528
not use C++ exceptions.
2629
- `include`-s are now specified on a per-directory basis (see programmers' manual
2730
for a more detailed explanation)
31+
- Default types for template paramters `DerivativeTraits`, `IntegratorPolicy` and `ProfilePolicy`
32+
are now given for the Green's functions classes. This reduced the verbosity in instatiating
33+
these objects significantly.
2834

2935
### Known Issues
3036

doc/Doxyfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ WARN_LOGFILE =
752752

753753
INPUT = @PROJECT_SOURCE_DIR@/src \
754754
@PROJECT_SOURCE_DIR@/api \
755+
@PROJECT_SOURCE_DIR@/include \
755756
@PROJECT_SOURCE_DIR@/doc
756757

757758
# This tag can be used to specify the character encoding of the source files

0 commit comments

Comments
 (0)