Error in the init.m

As far as we tested with our set of test programs, Eos3.5.0 runs fine on Mathematica 13.0.0.  The warning message that appeared on the Message Window was due to the typo in the init.m.  If we change the init.m  by the new one we give on the Eos software page (Eos3-5-0), the warning message disappears.

All we have to change is  the following line:

$Path = Join[
{Orikoto`$eosSystemDirectory,
Orikoto`$eosKernelDirectory,
Orikoto`$GAKernelDirectory,$Path}]

to

$Path = Join[
{Orikoto`$eosSystemDirectory,
Orikoto`$eosKernelDirectory,
Orikoto`$GAKernelDirectory},$Path]