mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[svn-r25953] Comment out printf statement as it caused system resource issues on Windows. Test now executes in 1/10 of time.
Tested: local linux and Windows
This commit is contained in:
parent
6b109315f5
commit
671006a10d
@ -105,9 +105,11 @@ int main(void)
|
||||
|
||||
for(j=0; j<NDATAOBJECTS; j++)
|
||||
{
|
||||
printf("\rWriting Object #%d of %d", j+1, NDATAOBJECTS);
|
||||
fflush(stdout);
|
||||
|
||||
/* Removed print statement as it would lock system resources on Windows */
|
||||
/*
|
||||
* printf("\rWriting Object #%d of %d", j+1, NDATAOBJECTS);
|
||||
* fflush(stdout);
|
||||
*/
|
||||
floatval = (float)j;
|
||||
|
||||
/* Create group to hold data arrays for this object */
|
||||
|
Loading…
Reference in New Issue
Block a user