|
|
|
|
Quelle record.gd
Sprache: unbekannt
|
|
|
##############################################################################
##
#W record.gd GAP4 package `Utils' Sebastian Gutsche
## Max Horn
## Stefan Kohl
#Y Copyright (C) 2015-2025, The GAP Group
#############################################################################
## this function has been transferred from RCWA
##
#F AssignGlobals( <record> )
##
## This auxiliary function assigns the record components of <record> to
## global variables with the same names.
##
DeclareGlobalName( "AssignGlobals" );
#############################################################################
## this function has been contributed by Christopher Jefferson
##
#F OptionRecordWithDefaults( arg1, arg2, ..., <record> )
##
## This auxiliary function assigns the record components of <record> to
## global variables with the same names.
##
DeclareGlobalName( "OptionRecordWithDefaults" );
#############################################################################
##
#E record.gd . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
[ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
]
|
2026-03-28
|
|
|
|
|