Skip to content

Commit

Permalink
* src/forcefields/forcefieldmmff94.cpp: Remove _logbuf[100] (Fixes
Browse files Browse the repository at this point in the history
                    #2022120)
  • Loading branch information
timvdm committed Oct 16, 2008
1 parent 639c4f5 commit ffcecf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2008-10-16 Tim Vandermeersch <tim.vandermeersch@gmail.com>

* src/forcefields/forcefieldmmff94.cpp: Remove _logbuf[100] (Fixes
#2022120)

2008-10-16 Tim Vandermeersch <tim.vandermeersch@gmail.com>

* src/builder.cpp: fix bugs with linear molecules. (Fixes #2119034 & #2013814)
Expand Down
2 changes: 1 addition & 1 deletion src/forcefields/forcefieldmmff94.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3869,7 +3869,7 @@ namespace OpenBabel
vector<int> types;
vector<double> fcharges, pcharges;
vector<double> bond_lengths;
char buffer[150], _logbuf[100];
char buffer[150];
bool molfound, atomfound, bondfound, fchgfound, pchgfound;
double etot, ebond, eangle, eoop, estbn, etor, evdw, eeq;
double termcount; //1=bond, 2=angle, 3=strbnd, 4=torsion, 5=oop
Expand Down

0 comments on commit ffcecf0

Please sign in to comment.