mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Create a file containing the major CMake options (#5666)
This commit is contained in:
@@ -144,7 +144,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -151,7 +151,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
fprintf(stdout, "/nFAILED to close library/n");
|
||||
fprintf(stdout, "\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -139,7 +139,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ main(void)
|
||||
file_id = -1;
|
||||
status = H5close();
|
||||
if (status < 0) {
|
||||
printf("/nFAILED to close library/n");
|
||||
printf("\nFAILED to close library\n");
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user