Spelling fixes in source files

This commit is contained in:
Richard Berger
2017-03-05 18:30:39 -05:00
parent fd78486086
commit e261bef7bb
22 changed files with 28 additions and 28 deletions

View File

@ -65,7 +65,7 @@ LinearSolver::LinearSolver(
matrixModified_(false),
allowReinitialization_(false),
homogeneousBCs_(false),
bcs_(NULL), // null implies no contraints will be added later
bcs_(NULL), // null implies no constraints will be added later
rhs_(NULL),
rhsDense_(), b_(NULL),
matrix_(A),