Skip to content

Commit

Permalink
refs #6362 Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jan 22, 2013
1 parent 67a7a74 commit d63d42f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ namespace MDEvents
signal_t & totalSignal, signal_t & totalErrorSquared)
{
size_t numEvents = events.size();
if(numEvemts==0)return;
if(numEvents==0)return;
size_t numColumns = nd+4;
coord_t * data = new coord_t[numEvents*numColumns];

Expand Down

0 comments on commit d63d42f

Please sign in to comment.