Skip to content

Commit

Permalink
removed BPZFP.tcc
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonRuonanWang committed Sep 28, 2021
1 parent 85374b0 commit 58a5996
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
1 change: 0 additions & 1 deletion source/adios2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ add_library(adios2_core
toolkit/format/bp/bpOperation/BPOperation.cpp
toolkit/format/bp/bpOperation/BPOperation.tcc
toolkit/format/bp/bpOperation/compress/BPZFP.cpp
toolkit/format/bp/bpOperation/compress/BPZFP.tcc
toolkit/format/bp/bpOperation/compress/BPSZ.cpp
toolkit/format/bp/bpOperation/compress/BPSirius.cpp
toolkit/format/bp/bpOperation/compress/BPMGARD.cpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

#include "BPZFP.h"
#include "BPZFP.tcc"

#include "adios2/helper/adiosFunctions.h"
#include "adios2/helper/adiosType.h"
Expand Down Expand Up @@ -39,7 +38,7 @@ namespace format
const typename core::Variable<T>::Operation &operation, \
std::vector<char> &buffer) const noexcept \
{ \
SetMetadataCommon(variable, blockInfo, operation, buffer); \
SetMetadataDefault(variable, blockInfo, operation, buffer); \
} \
\
void BPZFP::UpdateMetadata( \
Expand Down
84 changes: 0 additions & 84 deletions source/adios2/toolkit/format/bp/bpOperation/compress/BPZFP.tcc

This file was deleted.

0 comments on commit 58a5996

Please sign in to comment.