Opened 21 years ago
Closed 21 years ago
#106 closed defect (invalid)
BDBReg() crack (see bug 105)
Reported by: | request | Owned by: | danirus |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | SetAlgebra | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
The same code of bug 105 at CVS version
Set inpBdb = BDBOpen("error20040803.txt", 0, "\n", "", "");
Real maxReg = inpBdb->RegNumber;
Real numReg = 1;
Real While(LE(numReg,maxReg),
{
Text inpLin = BDBReg(inpBdb, numReg)[1]; Read a line
Text WriteLn("<"+inpLin+">");
Real(numReg:=numReg+1);
TRUE
});
Real BDBClose(inpBdb);
The same input file.
Only read and write the first lines and TOL goes down
Change History (3)
comment:1 Changed 21 years ago by
comment:2 Changed 21 years ago by
Status: | new → assigned |
---|
Hello Antonio,
Bug 109 has been resolved. Could you verify this bug again?
Keep in touch.
Cheers
Daniel
comment:3 Changed 21 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
The correct bug was -> http://bugs.tol-project.org/show_bug.cgi?id=109
The problem is not BDBReg().
Is the Text WriteLn().
See Bug 109.