ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/AtomType.cpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/types/AtomType.cpp (file contents):
Revision 1632 by gezelter, Fri Oct 22 20:21:36 2004 UTC vs.
Revision 1638 by chrisfen, Fri Oct 22 23:00:06 2004 UTC

# Line 31 | Line 31 | namespace oopse {
31    }
32      
33    AtomType::~AtomType() {
34 <    if ( name != NULL ) delete name;
34 >    if ( name != NULL ) free(name);
35    }
36  
37    void AtomType::complete() {
# Line 58 | Line 58 | namespace oopse {
58  
59      status = 0;
60  
61 <    makeAtype(atp, &status);  
61 >    makeAtype(&atp, &status);  
62      
63      if (status != 0) {
64        sprintf( painCave.errMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines