Commit Graph

14608 Commits

Author SHA1 Message Date
d9d33ac766 add ability to set multiplicity for dihedrals with fix restrain
this introduces an optional keyword, so backward compatibility is preserved.
this closes #884
2018-05-07 07:23:29 -04:00
d51745fd27 whitespace cleanup 2018-05-07 07:23:29 -04:00
c3588f08b7 provide keyword/value option to compute ackland/atom for selecting legacy or current variant of implementation 2018-05-07 07:23:29 -04:00
ecfe5c8373 use american spelling of neighbor consistently in docs and code comments 2018-05-07 07:23:29 -04:00
009666d9a5 need to ignore pair style kim in src/ 2018-05-07 07:23:29 -04:00
551ea9694d add VTK config for recent fedora versions 2018-05-07 07:23:29 -04:00
d7339bbd9e significantly expand .github/CODEOWNERS file to automatically notify more contributors of changes to files/packages they maintain 2018-05-07 07:23:29 -04:00
934f825388 update USER-INTEL Install.sh script and dependency handling 2018-05-07 07:23:29 -04:00
f4fbdea0b3 update .gitignore for lib/latte 2018-05-07 07:23:29 -04:00
14588f6242 remove dead code and fix compilation for fix mscg 2018-05-07 07:23:29 -04:00
5e49976b70 correct typo in fix bond/react docs 2018-05-06 11:17:34 -04:00
9d9d7cb9ed update example log files 2018-05-06 11:10:40 -04:00
941d289a69 cosmetic changes to avoid compiler warnings 2018-05-06 10:54:34 -04:00
e1f9ee1347 fix1 2018-05-06 01:04:23 -06:00
916ed71760 fix bond/react final touches 2018-05-06 00:34:03 -06:00
9d6891823a some more cosmetic changes 2018-05-05 20:38:22 -04:00
e14b61e4a4 replace variable length array with constant length through making maxLine constant 2018-05-05 19:51:30 -04:00
2d321a602c Merge pull request #10 from lammps/master
rebase
2018-05-05 14:22:23 -06:00
9acd35abe2 another change to fix poems 2018-05-05 10:52:39 -06:00
0c53afbfcf more changes to fix rigid and fix poems 2018-05-05 10:39:01 -06:00
2616dd91f9 include USER-BOCS package in cmake 2018-05-05 12:05:32 -04:00
f7c37a7a98 adapt isfinite() handling to upstream 2018-05-05 11:46:35 -04:00
095ca76b5b plug memory leaks in USER-BOCS 2018-05-05 11:44:21 -04:00
f9f8e2bdbe update USER-BOCS example to match LAMMPS style and include reference logs 2018-05-05 11:43:05 -04:00
735bceb468 Merge branch 'master' into USER-BOCS 2018-05-05 10:21:21 -04:00
81293b0fda changes to integrate USER-BOCS into LAMMPS and to closer follow the LAMMPS programming/documentation style 2018-05-05 10:21:11 -04:00
88dca11b3c update colvars dependencies 2018-05-05 02:36:02 -04:00
460e8bd298 add return value to non-void function 2018-05-05 02:35:42 -04:00
ce86ff6cd1 add missing USER-MOFFF to Makefile and fix typo 2018-05-05 02:15:36 -04:00
36126ccb7d be more verbose in USER-PHONON install script when KSPACE is not installed 2018-05-05 02:14:17 -04:00
b7210e931c more cosmetic changes to silence pedantic warnings 2018-05-04 22:34:20 -04:00
53342a5cec address a few cosmetic issues flagged by -Wpedantic 2018-05-04 22:17:25 -04:00
d53dc541d8 avoiding variable length array in pair style comb3 by declaring MAXLIB const 2018-05-04 21:48:44 -04:00
974ea3420b replace variable length array in fix drude/transform with new/delete 2018-05-04 21:45:17 -04:00
c83fedf100 replace variable length array in Molecule class with new/delete 2018-05-04 21:41:23 -04:00
7edeccae80 replace variable length arrays in fix filer/corotate by Memory::create() / Memory::destroy() 2018-05-04 21:14:08 -04:00
e242b37619 cast implicit string objects to char * for C++ standard compliance 2018-05-04 21:13:02 -04:00
9a389c946c replace variable length arrays in fix rx of USER-DPD with new/delete 2018-05-04 19:36:57 -04:00
1b31b4899a replace variable length arrays in pair style tdpd with new/delete 2018-05-04 19:06:36 -04:00
d24885f805 replace variable length array in fix lb/momentum with fixed size array 2018-05-04 19:00:43 -04:00
345c212828 replace variable length arrays in compute basal/atom with new/delete 2018-05-04 18:55:22 -04:00
477d9feb5c replace variable length arrays in fix gcmc with new/delete 2018-05-04 18:48:43 -04:00
0a835c499a fix newly introduced bug 2018-05-04 18:32:41 -04:00
6dcee30b1a replace variable length arrays in fix gle with new/delete 2018-05-04 18:21:22 -04:00
5670dc5e6e replace variable length array in msm with new/delete 2018-05-04 18:09:25 -04:00
b11757adb3 replace variable length array in fix ipi with new/delete 2018-05-04 16:47:29 -04:00
b61834f28d replace variable length array with fixed size 2018-05-04 16:34:46 -04:00
1d54c93df8 replace variable length array with new/delete in PNG support of dump image 2018-05-04 16:30:52 -04:00
330f29db0b replace variable length arrays in USER-PHONON with new/delete 2018-05-04 16:26:48 -04:00
366aaf2450 port bugfix for single/bond to single/angle and single/dihedral 2018-05-04 00:32:13 -04:00