|
From: Steven G. J. <st...@ab...> - 2001-07-24 16:53:35
|
On Tue, 24 Jul 2001, Ryan K. Decker wrote: > I am tying to customize vis5d to be able to handle more times than the > default 400. I have changed MAXTIMES to 800 in both the v5d.h and v5df.h > files and have recompiled the makefile (make linux-x) like the instructions > suggest. However, when I run my program to create the v5d file with more > than 400 frames I get this error message: > > Too many timesteps: 421 (Maximum is 400) > Error in v5dCreateSimpleFile: unable to create 14hRun01.v5d The only explanation that I can see is that you didn't recompile everything. First, I'm not sure that the dependencies are correct in the Vis5d 5.2 makefile, so you may have to manually remove *.o before recompiling. Of course, make sure you recompile your own program, too. Steven |