Author Topic: finding declarations in Fortran files  (Read 2187 times)

oelfisch

  • Guest
finding declarations in Fortran files
« on: March 23, 2015, 12:42:54 am »
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!