News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

finding declarations in Fortran files

Started by oelfisch, March 23, 2015, 12:42:54 AM

Previous topic - Next topic

oelfisch

Dear all,

Unfortunately, I can't get the declaration/implementation/references search to work in Fortran files. Not even in the example file that is automatically created when creating a new Fortran project. When I right-click on the main.f95 example file and search for the declaration of re_i (which is declared two lines above) I get the "Not found: re_i" warning. Adding the source directory via Project->Build options->Compiler settings or Settings->Compiler doesn't help. In the C++ example everything works just fine.

What am I doing wrong? I'm using C::B 13.12 on a Fedora 21 system.

Thanks!