| 483 | 
  | 
               "RigidBody error.\n" | 
| 484 | 
  | 
               "\tAtom %s does not have a position specified.\n" | 
| 485 | 
  | 
               "\tThis means RigidBody cannot set up reference coordinates.\n", | 
| 486 | 
< | 
               ats->getType() ); | 
| 486 | 
> | 
               ats->getType().c_str() ); | 
| 487 | 
  | 
      painCave.isFatal = 1; | 
| 488 | 
  | 
      simError(); | 
| 489 | 
  | 
    } | 
| 503 | 
  | 
                 "RigidBody error.\n" | 
| 504 | 
  | 
                 "\tAtom %s does not have an orientation specified.\n" | 
| 505 | 
  | 
                 "\tThis means RigidBody cannot set up reference orientations.\n", | 
| 506 | 
< | 
                 ats->getType() ); | 
| 506 | 
> | 
                 ats->getType().c_str() ); | 
| 507 | 
  | 
        painCave.isFatal = 1; | 
| 508 | 
  | 
        simError(); | 
| 509 | 
  | 
      }     |