mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 00:36:55 +01:00
replace std::vector with Vector
This commit is contained in:
@ -93,8 +93,8 @@ protected:
|
||||
RealD R;
|
||||
RealD amax;
|
||||
RealD scale;
|
||||
std::vector<double> p;
|
||||
std::vector<double> q;
|
||||
Vector<double> p;
|
||||
Vector<double> q;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user