hdf5/fortran
Elena Pourmal b6be270f1f [svn-r7529] Purpose: Code cleanup
Description: On Linux systems valdrind tool complained about memroy leaks in the
             following statements like
               if(!a) free(a);

Solution: replaced the statements with
          if ( a != NULL) free(a);

Platforms tested: eirene (too small for committest)

Misc. update:
2003-10-01 11:10:53 -05:00
..
examples [svn-r7361] Description: 2003-08-13 23:58:29 -05:00
src [svn-r7529] Purpose: Code cleanup 2003-10-01 11:10:53 -05:00
test [svn-r7361] Description: 2003-08-13 23:58:29 -05:00
testpar [svn-r7361] Description: 2003-08-13 23:58:29 -05:00
Makefile.in [svn-r7361] Description: 2003-08-13 23:58:29 -05:00