Replies: 1 comment
-
Sorry for the naive question, it is solved by linking to libsilo.a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear developer,
I am trying to generate a .silo file using SILO functions DBPutQuadmesh, DBCreate, etc. The code is as below:
The code was compiled with the command:
g++ -I/path/to/silo410/include write_rect2d.c -L/path/to/silo410/lib
and an error was thrown:
Did I make some mistakes for compiling? Thank you!
Sincerely,
Beta Was this translation helpful? Give feedback.
All reactions