On Wed, 2010-08-18 at 13:59 +0200, Anders Logg wrote: > How do we want to format the CMake code? > > foo(...) > > or > > foo (...) > > ? > > One option is to do foo() always except for if (...) and foreach (...). >
That's fine. Perhaps more important is to pay some attention to the CMake recommended naming convention /usr/share/cmake-2.8/Modules/readme.txt Garth > -- > Anders > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

