Skip to content

Commit ae07f22

Browse files
authored
Rename 'bcs' to 'boundary_conditions' in on_architecture for FieldTimeSeries (#4863)
1 parent 3cd1645 commit ae07f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OutputReaders/field_time_series.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ on_architecture(to, fts::FieldTimeSeries{LX, LY, LZ}) where {LX, LY, LZ} =
288288
FieldTimeSeries{LX, LY, LZ}(on_architecture(to, fts.data),
289289
on_architecture(to, fts.grid),
290290
on_architecture(to, fts.backend),
291-
on_architecture(to, fts.bcs),
291+
on_architecture(to, fts.boundary_conditions),
292292
on_architecture(to, fts.indices),
293293
on_architecture(to, fts.times),
294294
on_architecture(to, fts.path),

0 commit comments

Comments
 (0)