Skip to content

Commit

Permalink
remove default string
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasverleyen committed Nov 13, 2024
1 parent 81b860a commit 364f331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDEAS/Fluid/Taps/TapProfile.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ model TapProfile

parameter Real uniCon=1/60
"Conversion factor to convert units from DHW profile [l/min] to [kg/s]";
parameter String loadFile=Modelica.Utilities.Files.loadResource(
"modelica://IDEAS/Resources/Data/Fluid/Taps/DHW_1year_2adults.txt") annotation(Dialog(loadSelector(filter="All files (*.*)", caption="Select the DHW profile file")));
parameter String loadFile
annotation(Dialog(loadSelector(filter="All files (*.*)", caption="Select the DHW profile file")));

Modelica.Blocks.Sources.CombiTimeTable demPro(
tableOnFile=true,
Expand Down

0 comments on commit 364f331

Please sign in to comment.