ignore GranSubModel styles until we have a more regularized granular pair style doc

This commit is contained in:
Axel Kohlmeyer
2023-04-24 16:03:38 -04:00
parent a83c112e9f
commit 3cd6c776e7

View File

@ -227,6 +227,8 @@ for header in headers:
register_style(reader,style,info)
elif m[0] == 'Region':
register_style(region,style,info)
elif m[0] == 'GranSubMod':
pass # ignore GranSubMod styles for now
else:
print("Skipping over: ",m)