Skip to content

Commit d10ef7c

Browse files
author
Roberto Di Remigio
committed
hasDynamic_ in Meddle object is by default false
1 parent f77b833 commit d10ef7c

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

doc/gfx/bi_operators.png

22 Bytes
Loading

doc/gfx/interface.png

190 Bytes
Loading

src/interface/Meddle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ void pcmsolver_write_timings(pcmsolver_context_t * context)
173173

174174
namespace pcm {
175175
Meddle::Meddle(pcmsolver_reader_t input_reading, int nr_nuclei, double charges[], double coordinates[], int symmetry_info[])
176+
: hasDynamic_(false)
176177
{
177178
initInput(input_reading, nr_nuclei, charges, coordinates, symmetry_info);
178179
initCavity();

0 commit comments

Comments
 (0)