Skip to content

Commit

Permalink
remove the duplicate license claim
Browse files Browse the repository at this point in the history
  • Loading branch information
gapry committed Nov 26, 2024
1 parent 5872386 commit bc1126a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vtkext/private/module/Testing/TestF3DEXRMemReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
#include <fstream>
#include <iostream>
#include <vector>
/**
* image file taken from
* https://github.com/AcademySoftwareFoundation/openexr/blob/370db2835843ac75f85e1386c05455f26a6ff58c/website/test_images/Chromaticities/Rec709.rst
*/

bool readFileToVector(const std::string& filename, std::vector<char>& buffer)
{
std::ifstream file(filename, std::ios::binary | std::ios::ate);
Expand Down

0 comments on commit bc1126a

Please sign in to comment.