Skip to content

Commit

Permalink
update the matrixyrc.m file to have some explanations and not call fu…
Browse files Browse the repository at this point in the history
…nctions that don't exist
  • Loading branch information
Whiteknight committed Oct 20, 2009
1 parent 1966941 commit a7571ec
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions toolbox/matrixyrc.m
@@ -1,7 +1,8 @@
# import clapack library used for inverse function
import_clapack_library
% This script file is called from the main driver program in matrixy.pir
% Add here any settings or globals that the user would like to have in
% Matrixy by default.

% Import the clapack library bindings
% import_clapack_library()


# run user startup script
if exist('startup') == 1
startup
end

0 comments on commit a7571ec

Please sign in to comment.