Fix typo
This commit is contained in:
@ -408,7 +408,7 @@ static const double localCoordinatesTolerance = 1.e-09;
|
||||
throw ATC_Error("Unrecognized interpolation order specified "
|
||||
"for element class: \n"
|
||||
" element only knows how to construct lin "
|
||||
"and quad elments.");
|
||||
"and quad elements.");
|
||||
}
|
||||
|
||||
localCoords_.resize(nSD_,numNodes_);
|
||||
@ -637,7 +637,7 @@ static const double localCoordinatesTolerance = 1.e-09;
|
||||
throw ATC_Error("Unrecognized interpolation order specified "
|
||||
"for element class: \n"
|
||||
" element only knows how to construct lin "
|
||||
"and quad elments.");
|
||||
"and quad elements.");
|
||||
}
|
||||
|
||||
localCoords_.resize(nSD_+1, numNodes_);
|
||||
|
||||
Reference in New Issue
Block a user