You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems:
01.
freecfd-master/src/grid/grid.h(86): error: identifier "idxtype" is undefined
idxtype* adjIndex;
i check the source code, and i cannot find the define of "idxytpe".
is it defined by other lib or program ?
3Q!
missing file listed in CMakeList.txt.
1)missing rans_update_boundaries.cc in freecfd-master/src/rans/CMakeLists.txt
2)missing ns_update_boundaries.cc in freecfd-master/src/navier_stokes/CMakeLists.txt
project cannot be compiled.
3Q!
If you complie the code successful, please teach me how to do it , 3Q!
The text was updated successfully, but these errors were encountered:
Two problems:
01.
freecfd-master/src/grid/grid.h(86): error: identifier "idxtype" is undefined
idxtype* adjIndex;
i check the source code, and i cannot find the define of "idxytpe".
is it defined by other lib or program ?
3Q!
missing file listed in CMakeList.txt.
1)missing rans_update_boundaries.cc in freecfd-master/src/rans/CMakeLists.txt
2)missing ns_update_boundaries.cc in freecfd-master/src/navier_stokes/CMakeLists.txt
project cannot be compiled.
3Q!
If you complie the code successful, please teach me how to do it , 3Q!
The text was updated successfully, but these errors were encountered: