i-RIC / iriclib

1 stars 3 forks source link

unit test case_SolWriteStd() and case_SolWriteDivide() should test with HDF5, not only ADF. #24

Closed kskinoue0612 closed 6 years ago

kskinoue0612 commented 6 years ago

Currently, case_SolWriteStd() and case_SolWriteDivide() runs test outputting result to CGNS file based on ADF, but we should test also on CGNS file based on HDF5 too.

The function calls should be the same, the only difference is from what file we should copy from. This will be an easy fix.