Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aselle committed Jan 10, 2012
1 parent dbd75cd commit a5e7e45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/Partio.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ParticlesData:public ParticlesInfo
class ParticlesDataMutable:public ParticlesData
{
protected:
virtual ~ParticlesDataMutable();
virtual ~ParticlesDataMutable(){}

public:

Expand Down
2 changes: 0 additions & 2 deletions src/lib/io/pdb.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ difficult/error prone to detect what type the PDB file is.
*/

#include <stdio.h>
#include <stdlib.h>

#define PDB_VECTOR 1
#define PDB_REAL 2
Expand Down

0 comments on commit a5e7e45

Please sign in to comment.