We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include "sim_objects/default_trick_sys.sm" class Sandbox : public Trick::SimObject { public: Sandbox() {} static double foo[2][2][2]; };
build/users/dbankier/trick/sims/SIM_sandbox/S_source_py.cpp: In function ‘int Swig_var_Sandbox_foo_set(PyObject*)’: build/users/dbankier/trick/sims/SIM_sandbox/S_source_py.cpp:15052:61: error: incompatible types in assignment of ‘double’ to ‘double [2]’ for (; jj < (size_t)2; ++jj) Sandbox::foo[ii][jj] = inp[ii][jj]; ^ make: *** [build/users/dbankier/trick/sims/SIM_sandbox/S_source_py.o] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: