changed config() to const
parent
5e713551b3
commit
0ac12dfcbf
|
@ -90,7 +90,7 @@ namespace gtsam {
|
||||||
/**
|
/**
|
||||||
* Return the config
|
* Return the config
|
||||||
*/
|
*/
|
||||||
shared_config config() {
|
shared_config config() const{
|
||||||
return config_;
|
return config_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue