Skip to content

Commit

Permalink
Remove compiler warning. Refs #6018.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Dec 31, 2012
1 parent 5f1f3dd commit 6a2e168
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1051,7 +1051,7 @@ namespace CurveFitting
row >> parname;
for (size_t ic = 1; ic < colnames.size(); ++ic)
{
double tmpdbl;
double tmpdbl = std::numeric_limits<float>::quiet_NaN();
string tmpstr;
try
{
Expand Down

0 comments on commit 6a2e168

Please sign in to comment.