38 #ifndef CrustalProfileStore_H
39 #define CrustalProfileStore_H
121 const double& lat,
const double& lon,
const double& depth);
133 map<string, CrustalProfile*> profiles;
135 list<string> priority;
137 list<CrustalProfile*> pool;
149 inline size_t CrustalProfileStore::memSize()
152 for (map<string, CrustalProfile*>::iterator
153 it = profiles.begin();
154 it != profiles.end();
162 #endif // CrustalProfileStore.h