Skip to content

Commit

Permalink
--precision fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
shmarovfedor committed Jun 9, 2015
1 parent 9251ecd commit 5ee554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DecisionProcedure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ bool DecisionProcedure::call_dreach(string drh_filename_base, double precision)

if(precision > 0)
{
s << " --precision=" << precision;
s << " --precision " << precision;
}
s << " > /dev/null" << endl;

Expand Down

0 comments on commit 5ee554e

Please sign in to comment.