Modified the path of include eoVirus because MSVC did not find it.

Now it is assumed that src will be in the include search path, that's all.
This commit is contained in:
evomarc 2001-12-03 16:28:30 +00:00
commit ea8c9ca9c3

View file

@ -18,7 +18,7 @@
Contact: todos@geneura.ugr.es, http://geneura.ugr.es
Marc.Schoenauer@polytechnique.fr
CVS Info: $Date: 2001-05-17 10:08:25 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/contrib/MGE/VirusOp.h,v 1.1 2001-05-17 10:08:25 jmerelo Exp $ $Author: jmerelo $
CVS Info: $Date: 2001-12-03 16:28:30 $ $Header: /home/nojhan/dev/eodev/eodev_cvs/eo/contrib/MGE/VirusOp.h,v 1.2 2001-12-03 16:28:30 evomarc Exp $ $Author: evomarc $
*/
#ifndef VirusOp_h
@ -31,7 +31,7 @@ CVS Info: $Date: 2001-05-17 10:08:25 $ $Header: /home/nojhan/dev/eodev/eodev_cvs
#include <string> // string
#include <utils/eoRNG.h>
#include <MGE/eoVirus.h>
#include "../contrib/MGE/eoVirus.h"
/** VirusBitFlip --> changes 1 bit
*/