Remove D_epsilon
This commit is contained in:
parent
a47ec7896b
commit
53a0a0ae4c
@ -62,7 +62,6 @@ typedef struct nstrophy_parameters {
|
||||
FILE* drivingfile;
|
||||
double lyapunov_reset;
|
||||
unsigned int lyapunov_trigger;
|
||||
double D_epsilon;
|
||||
bool print_alpha;
|
||||
} nstrophy_parameters;
|
||||
|
||||
@ -852,13 +851,6 @@ int set_parameter(
|
||||
return(-1);
|
||||
}
|
||||
}
|
||||
else if (strcmp(lhs,"D_epsilon")==0){
|
||||
ret=sscanf(rhs,"%lf",&(parameters->D_epsilon));
|
||||
if(ret!=1){
|
||||
fprintf(stderr, "error: parameter 'D_epsilon' should be a double\n got '%s'\n",rhs);
|
||||
return(-1);
|
||||
}
|
||||
}
|
||||
else if (strcmp(lhs,"driving")==0){
|
||||
if (strcmp(rhs,"zero")==0){
|
||||
parameters->driving=DRIVING_ZERO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user