Roy Stogner wrote: > > 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.
Yeah I figured that no one has been bitten by this yet... I have never needed to write/read the extra vectors myself. - Dave ------------------------------------------------------------------------------ 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
