*** empty log message ***
This commit is contained in:
parent
fe2c7d7407
commit
05b839c561
3 changed files with 1 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -22,8 +22,6 @@
|
|||
using namespace std;
|
||||
|
||||
#include "ct_defs.h"
|
||||
//#include "ctlapack.h"
|
||||
//#include "utilities.h"
|
||||
#include "Array.h"
|
||||
|
||||
namespace Cantera {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue