Skip to content

Commit 700999b

Browse files
committed
Fix intialisation
git-svn-id: file:///Users/tack/GecodeGitMigration/gecode-svn-mirror/gecode/trunk@14461 e85b7adc-8362-4630-8c63-7469d557c915
1 parent bd4507a commit 700999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bibd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class BIBD : public Script {
109109

110110
/// Actual model
111111
BIBD(const BIBDOptions& o)
112-
: Script(opt), opt(o), _p(*this,opt.v*opt.b,0,1) {
112+
: Script(o), opt(o), _p(*this,opt.v*opt.b,0,1) {
113113
Matrix<BoolVarArray> p(_p,opt.b,opt.v);
114114

115115
// r ones per row

0 commit comments

Comments
 (0)