Changes in src/UIElements/Dialog.cpp [24a5e0:2ededc2]
- File:
-
- 1 edited
-
src/UIElements/Dialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Dialog.cpp
r24a5e0 r2ededc2 102 102 Dialog::MoleculeQuery::MoleculeQuery(string title, molecule **_target, MoleculeListClass *_molecules) : 103 103 Query(title), 104 t mp(0),104 target(_target), 105 105 molecules(_molecules), 106 target(_target) 107 106 tmp(0) 108 107 {} 109 108 … … 117 116 118 117 Dialog::VectorQuery::VectorQuery(std::string title,Vector *_target,const double *const _cellSize,bool _check) : 119 Query(title), 120 cellSize(_cellSize), 121 check(_check), 122 target(_target) 118 Query(title), target(_target), cellSize(_cellSize), check(_check) 123 119 { 124 120 tmp = new Vector();
Note:
See TracChangeset
for help on using the changeset viewer.
