You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regex_t*regexPattern=0; /* regular atom patterns */
101
101
/* allowed HETATM atom types (standard N,CA,C,O) and elements (any N,C,O,P,S) */
102
102
constintnHetAtom=9;
103
-
charhetAtomPattern[9][32] = {{" N "},{" CA "},{" C "},{" O "},{".{1}C[[:print:]]{1,3}"},{".{1}N[[:print:]]{1,3}"},{".{1}O[[:print:]]{1,3}"},{".{1}P[[:print:]]{1,3}"},{".{1}S[[:print:]]{1,3}"}};
regex_t*regexPattern=0; /* regular atom patterns */
156
172
/* allowed HETATM atom types (standard N,CA,C,O) and elements (any N,C,O,P,S) */
157
173
constintnHetAtom=9;
158
-
charhetAtomPattern[9][32] = {{" N "},{" CA "},{" C "},{" O "},{".{1}C[[:print:]]{1,3}"},{".{1}N[[:print:]]{1,3}"},{".{1}O[[:print:]]{1,3}"},{".{1}P[[:print:]]{1,3}"},{".{1}S[[:print:]]{1,3}"}};
159
-
/*char hetAtomNewname[9][32] = {{" N "},{" CA "},{" C "},{" O "},{" C_ "},{" N_ "},{" O_ "},{" P_ "},{" S_ "}};*/
0 commit comments