Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/04/19 12:55:52 (5 years ago)
Author:
abeham
Message:

#2975: merged to stable

Location:
stable
Files:
3 edited
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.ExtLibs

  • stable/HeuristicLab.ExtLibs/HeuristicLab.SimSharp/3.1.1/SimSharp-3.1.1/Analysis/ContinuousStatistics.cs

    r15972 r17053  
    11#region License Information
    22/* SimSharp - A .NET port of SimPy, discrete event simulation framework
    3 Copyright (C) 2016  Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3Copyright (C) 2019  Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44
    55This program is free software: you can redistribute it and/or modify
     
    2121namespace SimSharp {
    2222  public sealed class ContinuousStatistics {
    23     private readonly Environment env;
     23    private readonly Simulation env;
    2424
    2525    public int Count { get; private set; }
     
    4141
    4242
    43     public ContinuousStatistics(Environment env) {
     43    public ContinuousStatistics(Simulation env) {
    4444      this.env = env;
    4545      lastUpdateTime = env.NowD;
Note: See TracChangeset for help on using the changeset viewer.