Skip to content
Snippets Groups Projects
Commit 5ea7a9ba authored by zhang's avatar zhang
Browse files

06/12/2010

1) Fix a bug about RFvolt
parent 23660cac
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,7 @@ void read_script(const char *param_file_name, bool rd_lat) ...@@ -186,6 +186,7 @@ void read_script(const char *param_file_name, bool rd_lat)
else if (strcmp("RFvoltageFlag", name) == 0){ else if (strcmp("RFvoltageFlag", name) == 0){
RFvoltageFlag = true; RFvoltageFlag = true;
sscanf(line, "%*s %lf", &RFvolt);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment