Skip to content

Commit

Permalink
try out the formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Nov 13, 2024
1 parent ccdfc55 commit 52c6f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADOL-C/c_interface/ADOLC_TL_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Constructor & Destructor for class tape-less adouble
extern "C" {
TLAdoubleHandle create_tl_adouble(const double x) {
return new adtl::adouble(x);

}
TLAdoubleHandle create_tl_adouble_empty() { return new adtl::adouble(); }
TLAdoubleHandle create_tl_adouble_with_ad(const double val,
Expand Down

0 comments on commit 52c6f44

Please sign in to comment.