Skip to content

Commit

Permalink
Refs #9334 logs added
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Apr 17, 2014
1 parent 271f702 commit af77279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Code/Mantid/Framework/Crystal/src/IndexPeaks.cpp
Expand Up @@ -244,7 +244,8 @@ namespace Crystal
// Save output properties
this->setProperty("NumIndexed", total_indexed);
this->setProperty("AverageError", average_error);

// Show the lattice parameters
g_log.notice() << o_lattice << "\n";
}


Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/MDAlgorithms/src/FindPeaksMD.cpp
Expand Up @@ -463,7 +463,7 @@ namespace MDAlgorithms
prog->report("Adding Peaks");

} // for each box found

g_log.notice() << "Number of peaks found: " << peakWS->getNumberPeaks() << std::endl;
}


Expand Down Expand Up @@ -601,7 +601,7 @@ namespace MDAlgorithms
prog->report("Adding Peaks");

} // for each box found

g_log.notice() << "Number of peaks found: " << peakWS->getNumberPeaks() << std::endl;
}


Expand Down

0 comments on commit af77279

Please sign in to comment.