Skip to content

Commit

Permalink
Refs #4693 return r_crystallite
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Feb 8, 2012
1 parent 286dfab commit e599fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ namespace Mantid
// Output summary to log file
std::string reportOfDiffractionEventCalibrateDetectors = gsl_strerror(status);
//g_log.debug() <<
if(type.compare(5,2,"II")==0)gsl_vector_get (s->x, 0);
if(type.compare(5,2,"II")==0)r_crystallite = gsl_vector_get (s->x, 0);
else mosaic = gsl_vector_get (s->x, 0);
if(nopt>1)r_crystallite = gsl_vector_get (s->x, 1);
std::cout <<
Expand Down

0 comments on commit e599fe6

Please sign in to comment.