diff options
| author | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
| commit | d41654b469fa51870b5952c836c04d9da17f32d3 (patch) | |
| tree | 64f8f437eef394630355f281d35ca1d53e5c4d6c /docs/_source/api_globals_users_guide.txt | |
| parent | add +x for packman script (diff) | |
| download | blast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip | |
Updated to CL 22627414:
* docs updates
* authoring fixes
* stress solver crash fixes
Diffstat (limited to 'docs/_source/api_globals_users_guide.txt')
| -rw-r--r-- | docs/_source/api_globals_users_guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_source/api_globals_users_guide.txt b/docs/_source/api_globals_users_guide.txt index 2a5a9bf..fe6d59f 100644 --- a/docs/_source/api_globals_users_guide.txt +++ b/docs/_source/api_globals_users_guide.txt @@ -59,7 +59,7 @@ NvBlastGlobalGetErrorCallback An internal, default error callback is used if the user does not set their own, or if NULL is passed into NvBlastGlobalSetErrorCallback. This error callback is used by NvBlastTk, as well as many extensions. In addition, utility macros are provided such as -<b>NVBLAST_LOG_ERROR</b> and <b>NVBLAST_LOG_WARNDING</b>. +<b>NVBLAST_LOG_ERROR</b> and <b>NVBLAST_LOG_WARNING</b>. Finally, a function with signature given by NvBlastLog is provided which uses the global error callback, |