Skip to content

Commit

Permalink
let's not add a dependency yet...
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeG94 committed Jan 16, 2025
1 parent 0e5ce6c commit 1570d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ttb_types.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module ttb_types
use stdlib_kinds, only: sp, dp
! ---------------------------------------
! Tensor Toolbox Module for Fortran
! Andreas Dutzler
Expand All @@ -19,6 +18,7 @@ module ttb_types
! ...
! end program sample
! ---------------------------------------
integer, parameter :: dp = selected_real_kind(15)

type Tensor1
! tensor of rank 1
Expand Down

0 comments on commit 1570d20

Please sign in to comment.