EgtNumKernel 1.9h1 :

- Complex sostituiti con std::complex<double>
- controllo versione chiave 19.
This commit is contained in:
Dario Sassi
2018-08-08 10:59:56 +00:00
parent b3c1e76176
commit df74709c40
8 changed files with 98 additions and 464 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
const int STR_DIM = 40 ;
//-----------------------------------------------------------------------------
static HINSTANCE s_hModule = NULL ;
static HINSTANCE s_hModule = nullptr ;
static char s_szENkNameVer[STR_DIM] ;
//-----------------------------------------------------------------------------
@@ -59,7 +59,7 @@ DllMain( HMODULE hModule, DWORD dwReason, LPVOID lpReserved)
EGT_TRACE( "EgtNumKernel.dll Initializing!\n") ;
}
else if ( dwReason == DLL_PROCESS_DETACH) {
s_hModule = NULL ;
s_hModule = nullptr ;
EGT_TRACE( "EgtNumKernel.dll Terminating!\n") ;
}