mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 09:08:00 +02:00
made all the string datatype size to 1024. was using size 256 even for sizes that could be longer
This commit is contained in:
@ -151,7 +151,13 @@ class MasterAttributes {
|
||||
rapidjson::PrettyWriter<rapidjson::StringBuffer> *w);
|
||||
#ifdef HDF5C
|
||||
void WriteXilinxCtbHDF5Attributes(H5::H5File *fd, H5::Group *group);
|
||||
#endif
|
||||
private:
|
||||
#ifdef HDF5C
|
||||
static const int HSTR_LEN = 1024;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
||||
} // namespace sls
|
||||
|
Reference in New Issue
Block a user