1 #ifndef PPAM_DESERIALIZE_H
2 #define PPAM_DESERIALIZE_H
6 #include "Util/types.h"
8 // deserialize a portion of a binary file into an array of PowerCurve
9 PowerCurve
* deserialize(const char* ifileName
, const char* ofileName
,
10 uint32_t* ranks
, uint32_t nbRanks
);