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

Comparing branches/development/src/brains/MoleculeCreator.cpp (file contents):
Revision 1718 by gezelter, Thu May 24 01:29:59 2012 UTC vs.
Revision 1775 by gezelter, Wed Aug 8 18:45:52 2012 UTC

# Line 206 | Line 206 | namespace OpenMD {
206        painCave.isFatal = 1;
207        simError();
208      }
209 <    
209 >
210      //below code still have some kind of hard-coding smell
211      if (atomType->isDirectional()){
212 +
213        DirectionalAtom* dAtom;
214        dAtom = new DirectionalAtom(atomType);
215        atom = dAtom;    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines