#include "common.h"#include "weakform.h"#include "matrix.h"#include <common/trace.h>#include <common/error.h>#include <common/callstack.h>Defines | |
| #define | SET_FOR_EACH(myset, type) for (std::set<type>::iterator it = (myset).begin(); it != (myset).end(); it++) |
| #define SET_FOR_EACH | ( | myset, | |||
| type | ) | for (std::set<type>::iterator it = (myset).begin(); it != (myset).end(); it++) |
1.6.3