38.4.1 ChangeNCMakeGBOptions[option,value] — need to update description
Aliases: None
Description: When the C++ version of the code is loaded, the statement Options[NCMakeGB]:= CleanUp-¿1,ReturnRelations-¿True,SupressCOutput-¿False; is found in the code. Thecontent of this command is that CleanUpBasis in by default on, ReturnRelations is by defaulttrue and SupressCOutput is by default false. If one wants to change these defaults, then onecan use the ChangeNCMakeGBOptionscommand. For example, ChangeNCMakeGBOptions[{CleanUp-¿1,ReturnRelations-¿False,SupressCOutput-¿False} changes the default behaviour so that ReturnRelations is false bydefault.
Arguments: ThreeRules is a list containing three rules. The left hand sides of these rules must beCleanUp, ReturnRelations and SupressCOutput