[Genabel-commits] r792 - pkg/ProbABEL/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 8 23:46:52 CEST 2011
Author: lckarssen
Date: 2011-10-08 23:46:51 +0200 (Sat, 08 Oct 2011)
New Revision: 792
Modified:
pkg/ProbABEL/src/data.h
Log:
Minor typo fixed in an error message of ProbABEL.
Modified: pkg/ProbABEL/src/data.h
===================================================================
--- pkg/ProbABEL/src/data.h 2011-10-08 11:48:15 UTC (rev 791)
+++ pkg/ProbABEL/src/data.h 2011-10-08 21:46:51 UTC (rev 792)
@@ -924,7 +924,7 @@
std::stringstream line_stream(line);
line_stream >> id;
- if(phe->idnames[row] != id) {std::cerr<<"error:in row "<<row<<" id="<<phe->idnames[row]<<" in inverce variance matrix but id="<<id<<" must be there. Wrong inverce variance matrix (only measured id must be there)\n";exit(1);}
+ if(phe->idnames[row] != id) {std::cerr<<"error:in row "<<row<<" id="<<phe->idnames[row]<<" in inverse variance matrix but id="<<id<<" must be there. Wrong inverse variance matrix (only measured id must be there)\n";exit(1);}
while (line_stream >> val)
{
More information about the Genabel-commits
mailing list