On Sat, 13 Mar 2010, David Knezevic wrote: > I realized that I hadn't added code for writing/reading SCALAR variables > in system_io.C, so I just checked in some changes that fix that. In the > process, I noticed that it looks like the if(read_additional_data) block > in System::read_parallel_data overwrites the solution vector when it > should actually be writing into the extra vectors in the system, right? > The fix is just to change solution to pos->second...
Looks like a bug and the right fix to me. I'll commit it. I wonder if this has bitten anybody yet? The stuff that I put in extra vectors generally gets regenerated when I do a restart, so I wouldn't have noticed. --- Roy ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
