Ignore:
Timestamp:
May 17, 2013 1:29:00 PM (11 years ago)
Author:
ldelgass
Message:

Fix spelling of HETATM record in Pdb to Vtk converter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/RpPdbToVtk.c

    r3660 r3661  
    371371       
    372372        if (((c == 'A') && (strncmp(line, "ATOM  ", 6) == 0)) ||
    373             ((c == 'H') && (strncmp(line, "HEXATM", 6) == 0))) {
     373            ((c == 'H') && (strncmp(line, "HETATM", 6) == 0))) {
    374374            char buf[200];
    375375            char atomName[6];
Note: See TracChangeset for help on using the changeset viewer.