ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/io/DumpWriter.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/io/DumpWriter.cpp (file contents):
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC vs.
Revision 1884 by tim, Tue Dec 14 19:08:44 2004 UTC

# Line 314 | Line 314 | void DumpWriter::writeFrame(std::ostream& os) {
314                  mol = info_->getMoleculeByGlobalIndex(i);
315  
316                  if (mol == NULL) {
317 <                    strcpy(painCave.errMsg, "Molecule not found on node %d!", worldRank);
317 >                    sprintf(painCave.errMsg, "Molecule not found on node %d!", worldRank);
318                      painCave.isFatal = 1;
319                      simError();
320                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines