| # | Line 39 | Line 39 | void DirectionalAtom::setCoords(void){ | |
|---|---|---|
| 39 | else{ | |
| 40 | sprintf( painCave.errMsg, | |
| 41 | "Attempted to set Atom %d coordinates with an unallocated " | |
| 42 | < | "SimState object.\n" ); | 
| 42 | > | "SimState object.\n", index ); | 
| 43 | painCave.isFatal = 1; | |
| 44 | simError(); | |
| 45 | } | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |