Skip to content

Commit

Permalink
AEGIS build fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Mar 6, 2024
1 parent 238919a commit 854a16a
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
+6 −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 @@ -1272,7 +1272,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 854a16a

Please sign in to comment.