suppressed a windows warning

This commit is contained in:
Harry Moffat 2009-07-11 17:21:20 +00:00
parent 86ff7e9314
commit c407243581

View file

@ -5,6 +5,10 @@
#ifndef CT_SIM1D_H
#define CT_SIM1D_H
#ifdef WIN32
#pragma warning(disable:4996)
#endif
#include "OneDim.h"
#include "funcs.h"