Skip to content

Commit 0dd43a5

Browse files
Fix exports in Mera.jl to use new type versions
- Updated exports from ScalesType to ScalesType002 - Updated exports from PhysicalUnitsType to PhysicalUnitsType002 - Maintains backward compatibility by exporting both 001 and 002 versions - Ensures users get the current types when importing Mera
1 parent f36c214 commit 0dd43a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mera.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ export
187187

188188
# types
189189
ScalesType001,
190-
ScalesType,
190+
ScalesType002,
191191
ArgumentsType,
192192
PhysicalUnitsType001,
193-
PhysicalUnitsType,
193+
PhysicalUnitsType002,
194194
GridInfoType,
195195
PartInfoType,
196196

0 commit comments

Comments
 (0)