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:
@ -1,4 +1,3 @@
|
||||
/** KernelFunction: Hardy smoothing */
|
||||
#ifndef KERNEL_FUNCTION_H
|
||||
#define KERNEL_FUNCTION_H
|
||||
|
||||
@ -22,7 +21,7 @@ namespace ATC {
|
||||
~KernelFunctionMgr();
|
||||
private:
|
||||
static KernelFunctionMgr * myInstance_;
|
||||
set<KernelFunction*> pointerSet_;
|
||||
std::set<KernelFunction*> pointerSet_;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user