Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
barne856 committed Dec 24, 2023
1 parent ddca3c8 commit 16051a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/samples/sample1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ int main(){
using position3d = squint::tensor<squint::quantities::length, 3>;
using time = squint::quantities::time;
using velocity = squint::quantities::velocity;
const auto dt = time{0.1};


const time dt = time::seconds(0.1);
std::vector<position3d> points{{1, 2, 3}};
for (auto &p : points)
{
Expand Down

0 comments on commit 16051a6

Please sign in to comment.