Commit 9b91a3a0 authored by claes's avatar claes

Test output removed

parent ddb06987
/*
* Proview $Id: wb_vrepdb.cpp,v 1.47 2006-06-07 07:37:35 claes Exp $
* Proview $Id: wb_vrepdb.cpp,v 1.48 2006-06-08 13:38:21 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -1126,7 +1126,6 @@ wb_orep *wb_vrepdb::next(pwr_tStatus *sts, const wb_orep *orp)
return new (this) wb_orepdb(&m_ohead.m_o);
}
}
printf("vrepdb::next : c.cid %d, o.cid %d\n", c.cid(), m_ohead.cid());
*sts = LDH__NOSUCHOBJ;
return 0;
}
......
/*
* Proview $Id: wb_vrepwbl.cpp,v 1.53 2006-05-24 15:00:41 claes Exp $
* Proview $Id: wb_vrepwbl.cpp,v 1.54 2006-06-08 13:38:04 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -297,9 +297,7 @@ int wb_vrepwbl::load( const char *fname)
cout << "\n-- Building volume " << volume_name << endl;
if ( root_object) {
cout << "\n-- Root object " << volume_name << endl;
root_object->build( 1);
cout << "\n-- post build volume " << volume_name << endl;
root_object->postBuild();
}
// info();
......
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