Comment 2 for bug 1348524

Revision history for this message
Micael Oliveira (micaeljtoliveira) wrote :

This is not a bug, but a typo in the test. This is the fix:

   DEBUG_PRINT("test_meshfunc: setting f2 with explicit derivative\n");
- CHECK_STAT(pspio_meshfunc_set(&f1, m1, f, fp, NULL), PSPIO_SUCCESS);
- DEBUG_PRINT("\n");
+ CHECK_STAT(pspio_meshfunc_set(&f2, m1, f, fp, NULL), PSPIO_SUCCESS);
+ DEBUG_PRINT("\n");