Changes in src/Actions/Values.hpp [33e801:cb5231]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Values.hpp
r33e801 rcb5231 27 27 * are registered as VectorValue and lateron inside the CommandLineQuery placed 28 28 * into the real vector. 29 * 30 * We use this abstraction also for Geometry Objects, i.e. string names 31 * referencing vectors in the GeomtryRegistry. 29 32 */ 30 33 struct VectorValue 31 34 { 32 double vector[NDIM];35 std::string vectorstring; 33 36 34 37 Vector toVector() const;
Note:
See TracChangeset
for help on using the changeset viewer.