38.4 Changing the default options for NCMakeGB

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. The content of this command is that CleanUpBasis in by default on, ReturnRelations is by default true and SupressCOutput is by default false. If one wants to change these defaults, then one can use the ChangeNCMakeGBOptions command. For example, ChangeNCMakeGBOptions[{CleanUp-¿1,ReturnRelations-¿False, SupressCOutput-¿False} changes the default behaviour so that ReturnRelations is false by default.
Arguments: ThreeRules is a list containing three rules. The left hand sides of these rules must be CleanUp, ReturnRelations and SupressCOutput
Comments / Limitations: