Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrsk committed Aug 26, 2024
1 parent 3e303a5 commit 6784afa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/EBGeometry_ParserImplem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Parser::readIntoDCEL(const std::string a_filename) noexcept

break;
}
case Parser::FileType::PLY: {
mesh = Parser::PLY<T>::read(a_filename);
// case Parser::FileType::PLY: {
// mesh = Parser::PLY<T>::read(a_filename);

break;
}
// break;
// }
case Parser::FileType::Unsupported: {
std::cerr << "Parser::read - file type unsupported for '" + a_filename + "'\n";

Expand Down

0 comments on commit 6784afa

Please sign in to comment.