[svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. New fortran wrappers added.

This commit is contained in:
Scot Breitenfeld
2008-04-30 14:23:26 -05:00
parent 0138995d1c
commit 5773fd34bc
524 changed files with 34422 additions and 42041 deletions

View File

@@ -141,7 +141,7 @@ rem
call :testing CREATED %h5diff% %params%
copy /y %actual% %expect% > nul
) else (
fc /w %expect% %actual% > nul
fc /w %expect% %actual% | find "FC: no diff" > nul
if !errorlevel! equ 0 (
call :testing PASSED %h5diff% %params%
) else (