3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fix duplicate class

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-22 00:06:34 -07:00
parent 8476a12c0f
commit 2c69aa0df1
5 changed files with 10 additions and 11 deletions

View file

@ -28,11 +28,6 @@ Notes:
#include "sparse_matrix_def.h"
#include "simplex_def.h"
namespace simplex {
template class simplex<mpq_ext>;
template class sparse_matrix<mpq_ext>;
};
namespace smt {