Commit ae87e2df authored by Daniel Simon's avatar Daniel Simon
Browse files

Multiple.h removed.

parent a5305c42
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
/* 
 * File:   Multiple.h
 * Author: oberhuber
 *
 * Created on October 26, 2016, 2:12 PM
 */

#pragma once

#ifdef HAVE_GMP
#include <gmp.h>
#endif


class Multiple
{
   public:
   
      
      
   protected:
   
#ifdef HAVE_GMP
      mpz_t data;
#endif
};