/Source/HydroModeler/Components/ConcentrationDiffusion/Source/Source/LinkableComponent.cs

# · C# · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · e6bcfd6733d97bd0caed1bb4791db989 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Sediment_Diff
  6. {
  7. class LinkableComponent :Oatc.OpenMI.Sdk.Wrapper.LinkableEngine
  8. {
  9. protected override void SetEngineApiAccess()
  10. {
  11. _engineApiAccess = new Sediment_Diff();
  12. }
  13. }
  14. }