*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-11-13 13:57:55 +00:00
parent fe2c7d7407
commit 05b839c561
3 changed files with 1 additions and 11 deletions

View file

@ -16,10 +16,6 @@
#ifndef CT_ARRAY_H
#define CT_ARRAY_H
#include <iostream>
#include <vector>
using namespace std;
#include "ct_defs.h"
#include "ctexceptions.h"
#include "stringUtils.h"
@ -180,7 +176,7 @@ namespace Cantera {
/// Return a pointer to the top of column j, columns are contiguous
// in memory
/// in memory
doublereal * ptrColumn(int j) { return &(m_data[m_nrows*j]); }
protected:

View file

@ -9,10 +9,6 @@
#pragma warning(disable:4503)
#endif
#include <iostream>
#include <vector>
using namespace std;
#include "ct_defs.h"
#include "ctlapack.h"
#include "utilities.h"

View file

@ -22,8 +22,6 @@
using namespace std;
#include "ct_defs.h"
//#include "ctlapack.h"
//#include "utilities.h"
#include "Array.h"
namespace Cantera {