Skip to content

Commit

Permalink
Add conversion script for renaming #1171 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Jan 27, 2022
1 parent 26146c9 commit a2149d0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
clear

convertClear();

// Rename Buffer and standard storage
convertClass("AixLib.Fluid.Storage.BufferStorage", "AixLib.Fluid.Storage.StorageDetailed");
convertClass("AixLib.Fluid.Storage.Storage", "AixLib.Fluid.Storage.StorageSimple");

0 comments on commit a2149d0

Please sign in to comment.