Changes
Page history
Update Configuration Checks
authored
Nov 20, 2018
by
Alain O' Miniussi
Show whitespace changes
Inline
Side-by-side
Developer's-corner/Configuration-Checks.md
View page @
320084b3
...
...
@@ -31,7 +31,7 @@ CheckReferentialRotation(pt::ptree const& pt, std::ostream& log) {
ConfigLoader::ConfigLoader(std::ostream& log)
: myLog(log), myChecks() {
...
loader.
addCheck(CheckReferentialRotation);
addCheck(CheckReferentialRotation);
...
}
```
...
...
...
...