Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Layout/Force/IIntegrator.cs

    r2768 r4068  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Text;
    41
    5 namespace Netron.Diagramming.Core.Layout.Force
    6 {
    7     /// <summary>
    8     /// Interface for numerical integration routines. These routines are used
    9      /// to update the position and velocity of items in response to forces
    10      /// over a given time step.
    11     /// </summary>
    12     public interface IIntegrator
    13     {
    14         void Integrate(ForceSimulator sim, long timestep);
    15     }
     2namespace Netron.Diagramming.Core.Layout.Force {
     3  /// <summary>
     4  /// Interface for numerical integration routines. These routines are used
     5  /// to update the position and velocity of items in response to forces
     6  /// over a given time step.
     7  /// </summary>
     8  public interface IIntegrator {
     9    void Integrate(ForceSimulator sim, long timestep);
     10  }
    1611}
Note: See TracChangeset for help on using the changeset viewer.