Skip to content

Commit

Permalink
change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Dec 18, 2024
1 parent d8141d9 commit b51f166
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions java/org/jlab/coda/jevio/test/TestBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ void setDataSize(int elementCount) {

// files for input & output
String writeFileName1 = "./compactEvioBuild.ev";
String writeFileName0 = "./compactEvioBuildOld.ev";
String writeFileName2 = "./rawEvioStructure.ev";
String writeFileName2 = "./treeEvioBuild.ev";

ByteOrder order = ByteOrder.nativeOrder();

Expand Down
4 changes: 2 additions & 2 deletions src/test/TestBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ namespace evio {
std::shared_ptr<ByteBuffer> buffer;

// files for input & output
std::string writeFileName1 = "./compactEvioBuild.ev";
std::string writeFileName0 = "./compactEvioBuildOld.ev";
std::string writeFileName2 = "./rawEvioStructure.ev";
std::string writeFileName1 = "./compactEvioBuild.ev";
std::string writeFileName2 = "./treeEvioBuild.ev";

ByteOrder order{ByteOrder::ENDIAN_LOCAL};

Expand Down

0 comments on commit b51f166

Please sign in to comment.