Skip to content

Commit

Permalink
refs #6543 One windows warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Feb 15, 2013
1 parent 0e789f9 commit 01118f5
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -117,9 +117,9 @@ namespace
detFalseSize[3*i+1] = 0.22f;
detFalseSize[3*i+2] = 0.33f;

detOrient[3*i+0] = i*0.1f;
detOrient[3*i+1] = i*0.2f;
detOrient[3*i+2] = i*0.3f;
detOrient[3*i+0] = float(i*0.1f);
detOrient[3*i+1] = float(i*0.2f);
detOrient[3*i+2] = float(i*0.3f);

detStruct[2*i+0] = boost::lexical_cast<float>(pressure[ic]);
detStruct[2*i+1] =boost::lexical_cast<float>(wallThick[ic]);
Expand Down

0 comments on commit 01118f5

Please sign in to comment.