Fixed bug in eoGOpSelector (missing break!)

eoOp.h: binOp's second arg is const once more

all dsp and dsw files were touched by msvc, but did add some stuff (which
will be added to eo later)

Hope this all works
This commit is contained in:
mac 2000-03-06 16:05:47 +00:00
commit 6469376880
27 changed files with 2730 additions and 2471 deletions

View file

@ -9,6 +9,8 @@ istream & operator >> ( istream& _is, eoPersistent& _o ) {
return _is;
};
// temporary location for the one and only eoRng object
#include "eoRNG.h"
eoRng rng;