File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 419419
420420 WriteString ["stdout" , "done! \n " ];
421421
422- If [ ! OptionValue [InstallFeynCalcDevelopmentVersion ],
423- (* To have the documentation available immediately after installing FeynCalc (following the advice of Szabolcs Horv'at) *)
424- If [ $VersionNumber >= 12.1 ,
425- PacletDataRebuild [],
426- RebuildPacletData []
427- ];
428- ];
429-
430422 (* Generate FCConfig.m *)
431423 WriteString ["stdout" , "Creating the configuration file ... " ];
432424 configFile = StringJoin [configFileProlog , "\n\n (* Activate TraditionalForm output for each FeynCalc session *) \n $FCTraditionalFormOutput=" <> ToString [useTraditionalForm ]<> ";" ];
449441 Global ` $FAPatch = False ;
450442 Get ["FeynCalc`" ];
451443 If [ faInstalled ,
452- FeynCalc ` FAPatch [Quiet -> True ]
453- ];
454- If [ OptionValue [InstallFeynCalcDevelopmentVersion ],
444+ FeynCalc ` FAPatch [Quiet -> True ];
455445 FeynCalc ` FCReloadAddOns [{"FeynArtsLoader" }]
456446 ];
457447
You can’t perform that action at this time.
0 commit comments