|
From: Mark L. <ma...@at...> - 2001-04-24 20:09:13
|
Hello, I am trying to add a variable to display_context in the following way: in src/globals.h, line 572, I've added: char TrajFileName[1000]; after recompiling, vis5d causes a Segmentation fault after the 'Reading all grids' message. The Graphic window and the GUI window are shown for a very short time before the crash. The variable does not appear anywhere else in the code, although I intend to introduce routines using it. Considering the TextureName variable, I don't understand what I am doing wrong. thanks mark |