Skip to content

Commit

Permalink
Add ViewObjStream and CodeObjStream for records
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspf committed Oct 16, 2017
1 parent 56c66ad commit b23b4c6
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 452 deletions.
5 changes: 4 additions & 1 deletion hpcgap/lib/read1.g
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ReadLib( "string.g" );
ReadLib( "cyclotom.g" );
ReadLib( "set.gd" );

ReadLib( "record.g" );
ReadLib( "record.gd" );

ReadLib( "coll.gi" );
ReadLib( "queue.g" );
Expand All @@ -56,6 +56,9 @@ ReadLib( "info.gd" );
ReadLib( "assert.gd" );
ReadLib( "files.gd" );
ReadLib( "streams.gd" );
ReadLib( "show.gd" );

ReadLib( "record.gi" );

ReadLib( "matobj1.gd" );
ReadLib( "vecmat.gd" );
Expand Down
4 changes: 3 additions & 1 deletion lib/read1.g
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ReadLib( "string.g" );
ReadLib( "cyclotom.g" );
ReadLib( "set.gd" );

ReadLib( "record.g" );
ReadLib( "record.gd" );

ReadLib( "coll.gi" );
ReadLib( "queue.g" );
Expand All @@ -58,6 +58,8 @@ ReadLib( "files.gd" );
ReadLib( "streams.gd" );
ReadLib( "show.gd" );

ReadLib( "record.gi" );

ReadLib( "matobj1.gd" );
ReadLib( "vecmat.gd" );
ReadLib( "vec8bit.gd" );
Expand Down
Loading

0 comments on commit b23b4c6

Please sign in to comment.