A typo in Fortran wrappers papif_unregster_thread

Issue #8 resolved
Vince Weaver created an issue

Reported by Vedran Novakovic

In src/papi_fwrappers.c (both Bitbucket sources and the released version), should

PAPI_FCALL( papif_unregster_thread, PAPIF_UNREGSTER_THREAD, ( int *check ))

be changed to

PAPI_FCALL( papif_unregister_thread, PAPIF_UNREGISTER_THREAD, ( int *check) )

Comments (1)

  1. Log in to comment