Skip to content

Commit

Permalink
Remove alternative methodology.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbietuk committed Sep 12, 2024
1 parent 01e448f commit 46ae070
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/buildblock/ProjDataInMemory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,7 @@ ProjDataInMemory::ProjDataInMemory(const ProjDataInMemory& proj_data)
shared_ptr<ProjDataInMemory>
ProjDataInMemory::read_from_file(const std::string& filename, const std::ios::openmode openmode)
{
#if 1
const auto proj_data = ProjData::read_from_file(filename, openmode);
return std::make_shared<ProjDataInMemory>(*proj_data);
#else
// Alternative implementation
return std::make_shared<ProjDataInMemory>(*ProjData::read_from_file(filename, openmode));
#endif
}

float
Expand Down

0 comments on commit 46ae070

Please sign in to comment.