Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increase size of timeForceComp array #155

Merged
merged 1 commit into from Jan 27, 2017
Merged

Conversation

acfogarty
Copy link
Collaborator

The size of the array timeForceComp is hard-coded in the VelocityVerlet class. If a system has more interactions than the size of timeForceComp, random segmentation faults will occur.
Temporary hack: increase size of array.
Long-term solution should be to re-write the whole timer setup in VelocityVerlet class.
See issue #154

If a system has more interactions than the
size of timeForceComp, random segmentation
faults will occur. Temporary hack: increase
size of array. See issue espressopp#154
@codecov-io
Copy link

Current coverage is 39.0% (diff: 100%)

Merging #155 into master will not change coverage

@@             master       #155   diff @@
==========================================
  Files           421        421          
  Lines         22254      22254          
  Methods        5157       5018   -139   
  Messages          0          0          
  Branches       2370       2509   +139   
==========================================
  Hits           8682       8682          
  Misses        12986      12986          
  Partials        586        586          

Powered by Codecov. Last update e1ccdcd...348c544

@junghans junghans merged commit 745d59c into espressopp:master Jan 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants