Skip to content
Snippets Groups Projects
Commit 787b37db authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent e747f1cf
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ void function::setArgument(fullMatrix<double> &v, const function *f, int iMap)
Msg::Error("Consecutive secondary caches");
dependencies.insert(dependency(iMap + it->iMap, it->f));
}
for (int i = 0; i < _functionReplaces.size(); i++) {
for (unsigned int i = 0; i < _functionReplaces.size(); i++) {
functionReplace &replace = *_functionReplaces[i];
for (std::set<dependency>::iterator it = replace._fromParent.begin();
it != replace._fromParent.end(); it++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment