-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.g
More file actions
17 lines (13 loc) · 687 Bytes
/
init.g
File metadata and controls
17 lines (13 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# The crystallographic groups kit based on GAP related packages and interfaces to other 3rd tools.
#
# Reading the declaration part of the package.
#
ReadPackage( "CrystKit", "gap/CrystKit.gd");
# DeclareAutoreadableVariables failed with "Error, Too many open files (internal file descriptor limit reached)".
# https://mail.google.com/mail/u/0/?ogbl#sent/QgrcJHsbdJTKBzblSRZbvxTpxKrWGxgLfJb
# https://docs.gap-system.org/doc/ref/chap76.html#X8495E5327D563AC3
# ref:
# Public/repo/github.com/gap-system/gap.git/pkg/smallsemi/init.g
DeclareAutoreadableVariables( "CrystKit", "gap/names.g",
[ "cryst2names", "cryst3names", "aff3names", "aff4names" ] );