[svn-r12773] Removed Variable-length packet tables from the HL libraries.
This is a quick change to make sure nothing breaks; VL functions in the header files have been #ifdef'd out. Tested on mir.
This commit is contained in:
@@ -49,7 +49,9 @@ int main(void)
|
||||
|
||||
num_errors += SystemTest();
|
||||
|
||||
#ifdef VLPT_REMOVED
|
||||
num_errors += VariableLengthTest();
|
||||
#endif /* VLPT_REMOVED */
|
||||
|
||||
/* Terminate access to the file. */
|
||||
err = H5Fclose(fileID);
|
||||
|
||||
Reference in New Issue
Block a user