Changeset 6461f57 for GenericIO.cxx


Ignore:
Timestamp:
06/15/18 15:18:49 (6 years ago)
Author:
Hal Finkel <hfinkel@…>
Branches:
master, pympi
Children:
2c47b73
Parents:
d6628a6
git-author:
Hal Finkel <hfinkel@…> (06/15/18 15:18:49)
git-committer:
Hal Finkel <hfinkel@…> (06/15/18 15:18:49)
Message:

start working on sz intrgration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GenericIO.cxx

    rd6628a6 r6461f57  
    4747#include "blosc.h" 
    4848} 
     49#include "sz.h" 
    4950 
    5051#include <sstream> 
     
    352353const char *CompressName = "BLOSC"; 
    353354 
     355const char *LossyCompressName = "SZ"; 
     356 
    354357#pragma pack() 
    355358 
     
    363366 
    364367static bool blosc_initialized = false; 
     368static bool sz_initialized = false; 
    365369 
    366370#ifndef GENERICIO_NO_MPI 
Note: See TracChangeset for help on using the changeset viewer.