Skip to content

Commit

Permalink
Update parallel.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 authored Jul 13, 2021
1 parent c408afe commit a9646b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions parallel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ extern "C"
if (APIVersion != NULL)
*APIVersion = RSP_PLUGIN_API_VERSION;

if (PluginNamePtr != NULL)
*PluginNamePtr = "ParaLLEl RSP";

if (Capabilities != NULL)
*Capabilities = 0;

Expand Down

0 comments on commit a9646b2

Please sign in to comment.