File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ void Layout::setup()
117117 dist_ = sqrt (dist2_);
118118
119119 // Register variable: vertex locations if need
120- Recorder &recorder = Simulator::getInstance ().getModel ().getRecorder ();
121- string baseName = " Location" ;
122- string xLocation = " x_" + baseName;
123- string yLocation = " y_" + baseName;
124- recorder.registerVariable (xLocation, xloc_, Recorder::UpdatedType::CONSTANT);
125- recorder.registerVariable (yLocation, yloc_, Recorder::UpdatedType::CONSTANT);
120+ // Recorder &recorder = Simulator::getInstance().getModel().getRecorder();
121+ // string baseName = "Location";
122+ // string xLocation = "x_" + baseName;
123+ // string yLocation = "y_" + baseName;
124+ // recorder.registerVariable(xLocation, xloc_, Recorder::UpdatedType::CONSTANT);
125+ // recorder.registerVariable(yLocation, yloc_, Recorder::UpdatedType::CONSTANT);
126126
127127 // test purpose
128128 // cout << "xloc_: " << &xloc_ << endl;
You can’t perform that action at this time.
0 commit comments