Skip to content

Commit

Permalink
turned off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
chung@molgen.mpg.de committed Jan 20, 2016
1 parent 793b720 commit b5770f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rmn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void sampleU(
meanU.col(i) = p * t(i);
}
else{
std::cout << "norm p = 0::" << p << std::endl;
//std::cout << "norm p = 0::" << p << std::endl;
}
}
else{
Expand All @@ -181,7 +181,7 @@ void sampleU(
meanU.col(i) = p * t(i);
}
else{
std::cout << "norm p = 0::" << p << std::endl;
//std::cout << "norm p = 0::" << p << std::endl;
}
}
else{
Expand Down

0 comments on commit b5770f9

Please sign in to comment.