Skip to content

Commit

Permalink
refs #4609 Removed debugging code from UnitCell.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 13, 2012
1 parent fb6ee04 commit a3054a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/Geometry/src/Crystal/UnitCell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,8 @@ namespace Geometry
throw std::range_error("UnitCell not properly initialized");
}
Gstar=G;
std::vector<double> rr = Gstar.get_vector();
if (Gstar.Invert()==0)
{throw std::range_error("UnitCell not properly initialized");}
std::vector<double> rr1 = Gstar.get_vector();
return;
}

Expand Down

0 comments on commit a3054a1

Please sign in to comment.