ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/atom2md/openmdformat.cpp
(Generate patch)

Comparing trunk/src/applications/atom2md/openmdformat.cpp (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1396 by gezelter, Sat Dec 5 02:57:05 2009 UTC

# Line 353 | Line 353 | namespace OpenBabel
353            }      
354            os << "  atom[" << ai << "] { ";
355            os << "type = " << "\"" << str1 << "\"" << "; ";
356 +          os << "position( " << atom->GetX() << ", " << atom->GetY() << ", " << atom->GetZ() << ");";
357            os << "}\n";
358            atomMap[&(*atom)] = ai++;
359          }        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines