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

@@ -17,11 +17,7 @@
// information about the dataset in the SDS.h5 file is obtained.
//
#ifdef OLD_HEADER_FILENAME
#include <iostream.h>
#else
#include <iostream>
#endif
using std::cout;
using std::endl;