Skip to content

Commit

Permalink
Merge branch 'master' into drop-shadow-barcharts
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Mar 7, 2024
2 parents 87f3613 + ace5f09 commit 1731b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classdesc
Submodule classdesc updated 2 files
+11 −2 json_pack_base.h
+1 −0 pack_base.h
2 changes: 1 addition & 1 deletion src/plot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ namespace ecolab
yu1=my*(maxy1-miny1)+miny1;
}

double xp=std::numeric_limits<double>::max(), yp;
double xp=std::numeric_limits<double>::max(), yp=xp;
double mind=std::numeric_limits<double>::max();
assert(x.size()==y.size());
for (size_t pen=0; pen<x.size(); ++pen)
Expand Down

0 comments on commit 1731b1c

Please sign in to comment.