Skip to content

Commit

Permalink
A couple of issues thrown up by compiling and testign with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelinton committed Nov 15, 2018
1 parent 89d107d commit 9b3db66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/finfield.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ FF FiniteFieldBySize ( UInt q)


ff = lookupPrimePower(q);
if (!ff)
return 0;

#ifdef HPCGAP
/* Important correctness concern here:
Expand Down
1 change: 1 addition & 0 deletions src/finfield.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
#define GAP_FINFIELD_H

#include "system.h"
#include "objects.h"
#include "ffdata.h"

/****************************************************************************
Expand Down

0 comments on commit 9b3db66

Please sign in to comment.