Skip to content

Commit

Permalink
Merge branch 'master' into RTM-prototyping-SFI
Browse files Browse the repository at this point in the history
  • Loading branch information
RupeshJey committed Apr 22, 2021
2 parents 45afb2d + b8b6bce commit 01cdf3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ end

""" Convenience function to load an InterpolationModel from a specified filepath (Using JLD2) """
function load_interpolation_model(filepath::String)
itp_model::InterpolationModel = @load filepath itp
itp_model::InterpolationModel = @load filepath itp_model
return itp_model
end
end

0 comments on commit 01cdf3b

Please sign in to comment.