Skip to content

Commit

Permalink
Ticket #6
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarver committed Sep 22, 2011
1 parent 073b9a6 commit d072e90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Tests/diffTest/CleanImages/temp_file.txt
Tests/diffTest/env_details.asc
Tools/setuptool/HemeLbSetupTool/Model/*.cpp
Tools/setuptool/HemeLbSetupTool/Model/*.so
Tools/setuptool/HemeLbSetupTool/Model/Generation.py
Tools/setuptool/HemeLbSetupTool/Model/Generation/Wrap.cpp
Tools/visclients/hs_err*.log
2 changes: 1 addition & 1 deletion Code/lb/boundaries/BoundaryValues.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ namespace hemelb

delete[] densityCycle;

for (int i = 0; i < nIOlets; i++)
for (int i = 0; i < nTotIOlets; i++)
{
delete iolets[i];
}
Expand Down
1 change: 1 addition & 0 deletions Code/vis/ScreenPixels.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace hemelb

ScreenPixels::~ScreenPixels()
{
delete[] pixels;
}

void ScreenPixels::Reset()
Expand Down
1 change: 1 addition & 0 deletions Tools/setuptool/HemeLbSetupTool/Model/Generation/Wrap.i
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace std {
%begin %{
#include <Python.h>
#include "Iolet.h"
#include <stddef.h>
%}

%{
Expand Down

0 comments on commit d072e90

Please sign in to comment.