Loading isis/src/control/objs/ControlNet/ControlNet.h +2 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,8 @@ namespace Isis { }; struct Connection { int strength = 0; int strength; Connection() : strength(0) {} }; typedef boost::adjacency_list<boost::setS, Loading Loading
isis/src/control/objs/ControlNet/ControlNet.h +2 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,8 @@ namespace Isis { }; struct Connection { int strength = 0; int strength; Connection() : strength(0) {} }; typedef boost::adjacency_list<boost::setS, Loading