Commit 8d1eb59875798f53b19e5114c92f4acb231d2fef

Authored by heziqi
1 parent 2e73e7bc

Ziqi added new bsq

Showing 2 changed files with 1 additions and 5 deletions   Show diff stats
envi/bsq.h
... ... @@ -13,10 +13,6 @@ protected:
13 13  
14 14 envi header;
15 15  
16   - Assistant Professor
17   - CPRIT Scholar
18   - Scalable Tissue Imaging + Modeling Laboratory
19   -
20 16 public:
21 17  
22 18 using binary<T>::open;
... ...
ui/arguments.h
... ... @@ -329,7 +329,7 @@ namespace stim{
329 329 {
330 330 args[i].set(_value);
331 331 //adjust the column width if necessary
332   - col_width = std::max(col_width, args[i].col_width());
  332 + col_width = (std::max)(col_width, args[i].col_width());
333 333 }
334 334 else
335 335 std::cout<<"ERROR - Argument not recognized: "<<_name<<std::endl;
... ...