Skip to content

Commit

Permalink
Master branch seems in stable state now
Browse files Browse the repository at this point in the history
  • Loading branch information
mseeger committed Mar 23, 2014
1 parent 6481743 commit 8fd5e9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/test/binclass/eptest_binclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
opts = abt.helpers.Struct()
opts.imode = imode
opts.maxit = 20 # Max. number sweeps
#opts.maxit = 40 # Max. number sweeps
opts.deltaeps = 1e-4 # Convergence threshold
opts.damp = 0. # No damping
opts.caveps = 1e-5
Expand Down
3 changes: 2 additions & 1 deletion src/eptools/wrap/eptwrap_epupdate_parallel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ void eptwrap_epupdate_parallel(int ain,int aout,W_IARRAY(potids),
//cout << "Wrap: Done createPotentialManager" << endl; // DEBUG!
totsz=ncmu;
W_CHKSIZE(crho,totsz,"CRHO");
if (potMan->numArgumentGroup(EPScalarPotential::atypeUnivariate)!=totsz)
if (potMan->numArgumentGroup(EPScalarPotential::atypeUnivariate)!=
potMan->size())
W_RETERROR(1,"All potentials must be in group 'atypeUnivariate'");
if (ain>7) {
if (updind==0)
Expand Down

0 comments on commit 8fd5e9d

Please sign in to comment.