add core files

This commit is contained in:
Tang1705
2020-05-05 23:30:52 +08:00
parent e53ea3e6b7
commit edcc3e250c
82 changed files with 12139 additions and 308 deletions

View File

@@ -0,0 +1,32 @@
//
// File: cwt_initialize.cpp
//
// MATLAB Coder version : 4.3
// C/C++ source code generated on : 30-Mar-2020 11:59:32
//
// Include Files
#include "cwt_initialize.h"
#include "cwt.h"
#include "cwt_data.h"
#include "rt_nonfinite.h"
#include <string.h>
// Function Definitions
//
// Arguments : void
// Return Type : void
//
void cwt_initialize()
{
rt_InitInfAndNaN();
omp_init_nest_lock(&emlrtNestLockGlobal);
isInitialized_cwt = true;
}
//
// File trailer for cwt_initialize.cpp
//
// [EOF]
//