Skip to content

Commit

Permalink
dtype member was removed. Double precision is default. (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
keskitalo committed Aug 26, 2024
1 parent cc7a91a commit 5b94c5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libtoast/src/toast_atm.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

// Copyright (c) 2015-2020 by the parties listed in the AUTHORS file.
// Copyright (c) 2015-2024 by the parties listed in the AUTHORS file.
// All rights reserved. Use of this source code is governed by
// a BSD-style license that can be found in the LICENSE file.

Expand Down Expand Up @@ -60,7 +60,6 @@ toast::CholmodCommon::CholmodCommon() {
chcommon->print = 1; // Minimal verbosity
}
chcommon->itype = CHOLMOD_INT; // All integer arrays are int
chcommon->dtype = CHOLMOD_DOUBLE; // All float arrays are double
chcommon->final_ll = 1; // The factorization is LL', not LDL'
}

Expand Down

0 comments on commit 5b94c5d

Please sign in to comment.