# | Line 78 | Line 78 | namespace OpenMD { | |
---|---|---|
78 | ||
79 | NonBondedInteractionTypeEnum nbit = getNonBondedInteractionTypeEnum(itype); | |
80 | nTokens -= 3; | |
81 | < | NonBondedInteractionType* interactionType; |
81 | > | NonBondedInteractionType* interactionType = NULL; |
82 | ||
83 | //switch is a nightmare to maintain | |
84 | switch(nbit) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |