We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c61a7 commit 58a2225Copy full SHA for 58a2225
Rubi/Rubi.m
@@ -81,7 +81,7 @@
81
];
82
83
LoadRules::inv = "Could not load file or section: ``";
84
-LoadRules[path_List]:=LoadRules[FileNameJoin[path]]
+LoadRules[path_List] := LoadRules[FileNameJoin[path]]
85
LoadRules[fileName_String /; FileExtension[fileName] =!= "m"] := LoadRules[FileNameJoin[{$ruleDir, fileName <> ".m"}]];
86
LoadRules[fileName_String /; FileExistsQ[fileName]] := (
87
StatusBarPrint["Loading " <> FileBaseName@fileName <> ".m..."];
0 commit comments