ATC version 2.0, date: Aug21
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10638 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -5,11 +5,12 @@
|
||||
#ifndef TIME_FILTER_H
|
||||
#define TIME_FILTER_H
|
||||
|
||||
#include <set>
|
||||
|
||||
#include "ATC_TypeDefs.h"
|
||||
#include "MatrixLibrary.h"
|
||||
#include "ATC_Error.h"
|
||||
|
||||
using namespace std;
|
||||
namespace ATC {
|
||||
|
||||
// forward declarations
|
||||
@ -111,7 +112,7 @@ namespace ATC {
|
||||
bool endEquilibrate_;
|
||||
|
||||
/** set to store all time filters for later deletion */
|
||||
set<TimeFilter * > timeFilterSet_;
|
||||
std::set<TimeFilter * > timeFilterSet_;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user