[Bug 601] New: compile error in ginac tests

For more infomation about this bug, visit
Summary: compile error in ginac tests
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: ASSIGNED
Severity: normal
Priority: P3
Component: tests
AssignedTo: bfl [..] ...
ReportedBy: klaas [dot] gadeyne [..] ...
CC: bfl [..] ...
Estimated Hours: 0.0

[kgad@ampere ~/SVN/bfl-trunk]$
svn diff tests/model_test_ginac.cpp
Index: tests/model_test_ginac.cpp
===================================================================
--- tests/model_test_ginac.cpp (revision 29763)
+++ tests/model_test_ginac.cpp (working copy)
@@ -78,7 +78,7 @@
for (int index_sigma_cols=0; index_sigma_cols < 6; index_sigma_cols++)
{
if (index_sigma_cols == index_sigma_rows)
- sigma[index_sigma_rows][index_sigma_cols]=SIGMA;
+ sigma(index_sigma_rows+1,index_sigma_cols+1)=SIGMA;
}
}
Gaussian My_Noise(mu,sigma);

[Bug 601] compile error in ginac tests

For more infomation about this bug, visit

Klaas Gadeyne <klaas [dot] gadeyne [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED

--- Comment #1 from Klaas Gadeyne <klaas [dot] gadeyne [..] ...> 2008-12-03 09:31:08 ---
[kgad@ampere ~/SVN/bfl-trunk]$
svn commit -m "fix bug 601, compile error in ginac test"
tests/model_test_ginac.cpp
Sending tests/model_test_ginac.cpp
Transmitting file data .
Committed revision 29766.