Normalizes C++ with develop

This commit is contained in:
Dana Robinson
2021-04-05 15:59:36 -07:00
parent 4402e696e4
commit 0c6ff43fbc
80 changed files with 346 additions and 474 deletions

View File

@@ -11,11 +11,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifdef OLD_HEADER_FILENAME
#include <iostream.h>
#else
#include <iostream>
#endif
#include <string>
@@ -75,8 +71,7 @@ PropList::getConstant()
void
PropList::deleteConstants()
{
if (DEFAULT_ != 0)
delete DEFAULT_;
delete DEFAULT_;
}
//--------------------------------------------------------------------------