Skip to content

Commit 8d417e3

Browse files
committed
debug
1 parent 358d087 commit 8d417e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Simulator/Layouts/Layout.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)