VFD SWMR: Normalization with develop (#1078)

Brings many changes from develop, particularly VOL changes for async
This commit is contained in:
Dana Robinson
2021-10-05 22:37:12 -07:00
committed by GitHub
parent 5592111747
commit a45b73e427
381 changed files with 19095 additions and 10324 deletions

View File

@@ -102,7 +102,7 @@ public class TestH5Pfapl {
for(int indx = 0; ;indx++) {
java.text.DecimalFormat myFormat = new java.text.DecimalFormat("00000");
try {
file = new File("test"+myFormat.format(new Integer(indx))+".h5");
file = new File("test"+myFormat.format(Integer.valueOf(indx))+".h5");
}
catch (Throwable err) {}