fs-test / fs_test

LANL uses IOR and mdtest under experiment management control. Feel free to fork and develop as your own.
7 stars 9 forks source link

Fixed compile error when HAS_PLFS directive is set. #11

Closed atorrez closed 10 years ago

atorrez commented 10 years ago

Setting plfs_error_t within case statement when HAS_PLFS directive is set, causes compile error for the variable being declared. This was fixed by placing curly brackets around code within case statement in order to limit scope.