Deleted Added
sdiff udiff text old ( 10447:a465576671d4 ) new ( 10448:bc1a3b7ab5ef )
full compact
1
2#include "model/optical_graph/OpticalNode.h"
3
4namespace DSENT
5{
6 // Set the optical node initial visited num
7 const int OpticalNode::OPTICAL_NODE_INIT_VISITED_NUM = 0;
8
9 OpticalNode::OpticalNode(Type type_, const String& instance_name_, OpticalModel* model_, const WavelengthGroup& wavelengths_)

--- 87 unchanged lines hidden ---