Commit c009b9c1 authored by claes's avatar claes

Adapted to 1.5

parent 38a61728
/* /*
* Proview $Id: Mh.java,v 1.3 2005-09-01 14:57:52 claes Exp $ * Proview $Id: Mh.java,v 1.4 2007-02-07 08:22:37 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB. * Copyright (C) 2005 SSAB Oxelösund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -150,8 +150,8 @@ public class Mh ...@@ -150,8 +150,8 @@ public class Mh
if(!initDone) if(!initDone)
{ {
this.maxNoOfAlarms = maxNoOfAlarms; Mh.maxNoOfAlarms = maxNoOfAlarms;
this.maxNoOfEvents = maxNoOfEvents; Mh.maxNoOfEvents = maxNoOfEvents;
initDone = true; initDone = true;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment