Skip to content

Commit

Permalink
comment out unused variables in MSR.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed Oct 29, 2014
1 parent e6f834c commit a13e623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/MSR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ int MSRProcess::MSRKernel(FLType *odata, const FLType *idata) const
{
int i, j, upper;

FLType FloorFL = 0;
FLType CeilFL = 1;
//FLType FloorFL = 0;
//FLType CeilFL = 1;

FLType *gauss = vs_aligned_malloc<FLType>(sizeof(FLType)*pcount, Alignment);

Expand Down

0 comments on commit a13e623

Please sign in to comment.