Skip to content

Commit

Permalink
Rename Startup.m to ProjectStartup.m for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
eszmw committed Oct 18, 2023
1 parent 1f64df7 commit 5fbbe81
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Utilities/Startup.m → Utilities/ProjectStartup.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Startup
function ProjectStartup
% Open the overview file

% Set up check for version number
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info File="Utilities/ProjectShutdown.m" GroupUUID="" Icon="" Name="ProjectShutdown" Type="Shutdown" Visible="0"/>
<Info File="Utilities/ProjectShutdown.m" GroupUUID="default" Icon="" Name="ProjectShutdown" Type="Shutdown" Visible="0">
<Extension Name="ShutdownPrev" Value="HEAD"/>
</Info>

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info File="Utilities/ProjectStartup.m" GroupUUID="default" Icon="" Name="ProjectStartup" Type="StartUp" Visible="0">
<Extension Name="StartUpPrev" Value="HEAD"/>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="c433c8bc-467b-4b6e-88d4-d3256ff6274c" type="EntryPoint"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info>
<Category UUID="FileClassCategory">
<Label UUID="design"/>
</Category>
</Info>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version='1.0' encoding='UTF-8'?>
<Info location="ProjectStartup.m" type="File"/>

0 comments on commit 5fbbe81

Please sign in to comment.