nasa / Three-Dimensional-Nozzle-Design-Code

Other
44 stars 25 forks source link

3D_MOC code compilation #3

Open Ashish-Kotwal opened 2 months ago

Ashish-Kotwal commented 2 months ago

The code has lot of problems than other codes which are STT2001, 2D_Grid_MOC. Many of them are syntax errors identified by visual studio 2022 community edition. I might be the first one to post list of errors in form of excel file. But here it is, someone has to report them. I'm using visual studio community edition (v143) Windows SDK version: 10.0 (latest installed version) C++ language standard: Default (ISO C++ 14 standard) C language standard: Legacy MSVC Config: Debug, Platform: x64 3D_MOC error list.xlsx

Ashish-Kotwal commented 2 months ago

The Error essentially appears in NR namespace of 'nrutil_nr.h' file. Since, sort2, ludcmp, lubksb, newt, fmin are not defined in the namespace its a error regarding, 'not being member of NR namespace'.