Skip to content

Commit e641cc5

Browse files
author
Martin D. Weinberg
committed
Wrong tag type on read
1 parent 26a85cc commit e641cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

expui/BiorthBasis.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ namespace BasisClasses
18161816

18171817
// Get the dmodel attribute
18181818
//
1819-
read_attr = file.getAttribute("dmodel");
1819+
read_attr = file.getAttribute("ProjType");
18201820
std::string loaded_dmodel;
18211821
read_attr.read(loaded_dmodel);
18221822

0 commit comments

Comments
 (0)