Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Nov 14, 2023
1 parent 075ef7b commit 3bc8d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimization/CasADiIterCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CasADiIterCallback : public Callback {
std::vector<DM> eval(const std::vector<DM>& arg) const override {

int flag = trajopt::GetCancellationFlag();
std::cout << "eval " << flag << std::endl;
std::cout << "eval flag = " << flag << std::endl;
return {(double) flag};
}
};

0 comments on commit 3bc8d94

Please sign in to comment.