*** empty log message ***

This commit is contained in:
gustavo 1999-09-10 11:07:46 +00:00
commit 9ac2220c5d
4 changed files with 2 additions and 7 deletions

View file

@ -11,7 +11,6 @@
//-----------------------------------------------------------------------------
#include <stdexcept> // runtime_error
#include <eoObject.h>
#include <eoPersistent.h>

View file

@ -17,7 +17,6 @@
* based on STL's bit_vector (vector<bool>). *
*****************************************************************************/
template <class F> class eoBin: public eoVector<bool, F>
{
public:

View file

@ -10,11 +10,8 @@
//-----------------------------------------------------------------------------
#include <time.h>
#include <stdlib.h>
#include <stdlib.h>
#include <math.h>
#include <eoRnd.h> // for base class
//-----------------------------------------------------------------------------

View file

@ -12,7 +12,7 @@
#include <eoData.h> // For limits definition
#include <iostream> // istream, ostream
#include <string> // para string
#include <string> // string
using namespace std;