add vs code and rhel 8

This commit is contained in:
vhinger182
2024-09-02 12:00:12 +02:00
parent 4ae2edf686
commit a9c366890b
4 changed files with 169 additions and 324 deletions

View File

@ -34,7 +34,7 @@ void HDF5File::InitializeParameters () {
}
int HDF5File::OpenResources (const char* const fname, bool validate) {
int HDF5File::OpenResources (char const*const fname, bool validate) {
// Initialize
//InitializeParameters();
@ -156,7 +156,7 @@ int HDF5File::OpenResources (const char* const fname, bool validate) {
H5Pclose (cparms);
// allocate chunk memory
current_image = new uint16_t[chunk_dims[Z]*DEFAULT_CHUNK_Y_DIMS*DEFAULT_CHUNK_X_DIMS];
//current_image = new uint16_t[chunk_dims[Z]*DEFAULT_CHUNK_Y_DIMS*DEFAULT_CHUNK_X_DIMS];
//current_image = new uint16_t[DEFAULT_X_DIMS*DEFAULT_Y_DIMS];
// Define memory space