Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Oct 15, 2024
1 parent b5b7b0b commit e044744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scion/math/InterpolationTable/src/generateTables.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void generateTables() {
}
}

if ( i != nr - 1 ) {
if ( xEnd != this->x().end() ) {

std::swap( xStart, xEnd );
std::swap( yStart, yEnd );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void generateTables() {
}
}

if ( i != nr - 1 ) {
if ( xEnd != this->x().end() ) {

std::swap( xStart, xEnd );
std::swap( fStart, fEnd );
Expand Down

0 comments on commit e044744

Please sign in to comment.