Added the #pragma directive for MSVC++ in all .cpp

This commit is contained in:
evomarc 2001-11-10 06:59:02 +00:00
commit a5e3abd9f6
30 changed files with 150 additions and 0 deletions

View file

@ -24,6 +24,11 @@
*/
//-----------------------------------------------------------------------------
#ifdef _MSC_VER
// to avoid long name warnings
#pragma warning(disable:4786)
#endif
/** This file contains ***INSTANCIATED DEFINITIONS*** of run funs
* of the library for evolution of ***eoReal*** inside EO.
* It should be included in the file that calls any of the corresponding fns