Skip to content

Commit

Permalink
refs #4201 Minor cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Dec 12, 2011
1 parent 87ca30c commit edfbff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ void ConvertToMDEvents::exec(){
// the output dimensions and almost everything else will be determined by the dimensions of the target workspace
// user input is mainly ignored
}else{
throw(Kernel::Exception::NotImplementedError("Not Yet Implemented"));
throw(Kernel::Exception::NotImplementedError("Adding to existing MD workspace not Yet Implemented"));
dim_min.assign(n_activated_dimensions,-1);
dim_max.assign(n_activated_dimensions,1);
}
Expand Down

0 comments on commit edfbff5

Please sign in to comment.