Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Opal maps

Merged snuverink_j requested to merge OPAL-maps into master
Compare and Show latest version
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -55,10 +55,10 @@ public:
virtual void getDimensions(double &zBegin, double &zEnd) const;
//set number of slices for map tracking
void setNSlices(const std::size_t& nSlices); // Philippe was here
void setNSlices(const std::size_t& nSlices); // Philippe was here
//set number of slices for map tracking
std::size_t getNSlices() const; // Philippe was here
//set number of slices for map tracking
std::size_t getNSlices() const; // Philippe was here
private:
Loading