Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisrosset committed Dec 10, 2021
1 parent 2510892 commit d3ba104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion replab_version.txt
@@ -1 +1 @@
0.9.5-SNAP
1.0.0
3 changes: 1 addition & 2 deletions sphinx/howto/loadSave.m
Expand Up @@ -45,11 +45,10 @@

% ### Load script

clear all % pretend we start all over again
clear data G rep dec decToExport % pretend we start all over again
replab_init('verbose', 0);
% we construct again the group and its representation
G = replab.S(3);
rep = G.naturalRep; % representation to decompose
data = load('decomposition_export_example.mat');
importedDec = replab.Irreducible.import(rep, data.data)

0 comments on commit d3ba104

Please sign in to comment.