Patch from Melchior Franz:

magvar and magdip are used before their initialization
This commit is contained in:
david
2002-04-25 14:55:40 +00:00
parent c616568830
commit 0136fdadbb

View File

@@ -29,7 +29,10 @@
#include "magvar.hxx"
SGMagVar::SGMagVar() {
SGMagVar::SGMagVar()
: magvar(0.0),
magdip(0.0)
{
}
SGMagVar::~SGMagVar() {