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
I followed the instructions from the Readme file and ran the following command:
g++ -o SPECS SPECS.cpp
However, I am getting the following error,
SPECS.cpp: In function ‘long double u3b(long double*, long double ()[3000], long double ()[3000], int, int, long double, long double ()[4], long double, int)’:
SPECS.cpp:1932:1: warning: control reaches end of non-void function [-Wreturn-type]
1932 | }
| ^
What could be the reason for this? I am trying to use it on a 64 bit Ubuntu machine.
The text was updated successfully, but these errors were encountered:
I followed the instructions from the Readme file and ran the following command:
g++ -o SPECS SPECS.cpp
However, I am getting the following error,
What could be the reason for this? I am trying to use it on a 64 bit Ubuntu machine.
The text was updated successfully, but these errors were encountered: