Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Origin has included all functions from NAG MARK C LIBRARY since Origin 8 released. These functions can be easily accessed from your Origin C function. In Origin 2017, the NAG library has been updated to the latest version Mark 25.

Linked Jira:  

Jira Legacy
serverJIRA (originlab.jira.com)
serverIdde9745f4-6a46-3986-b6b4-6ec476a4c732
keyORG-13393

SummaryDetails
The header file <oc_nag8.h> is replaced by <OC_nag.h>, and the header file <oc_nag_ex.h> is withdrawn.

For example:

Code Block
languagecpp
#include <OC_nag8.h>
#include <nag\OC_nag_ex.h>

need to be changed into:

Code Block
languagecpp
#include <OC_nag.h>
//#include <nag\OC_nag_ex.h>//not need, only oc_nag.h required.