Skip to content

Commit

Permalink
Change other paraemter type for the enum opt bug -- was getting under…
Browse files Browse the repository at this point in the history
…ifned symbols
  • Loading branch information
bnikolic committed Feb 6, 2009
1 parent af1f364 commit 964db50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bnlib/src/kolmog/kolmogorov_3d.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ namespace BNLib {
size_t Ny,
size_t Nz,
RDist &rfn,
Kolmgorov3DOptions opt) throw (const char *)
int opt) throw (const char *)
{
return TKolmogorov3D(cube, Nx, Ny, Nz, rfn, opt);
}
Expand Down
2 changes: 1 addition & 1 deletion bnlib/test/perf/kolmogorov3d.cxx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include <iostream>

#include "../../src/kolmogorov_3d.hxx"
#include "../../src/kolmog/kolmogorov_3d.hxx"
#include "../../src/bnrandom.hxx"


Expand Down

0 comments on commit 964db50

Please sign in to comment.