Skip to content

Commit

Permalink
KCore: supp. parallelF.h
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Nov 28, 2024
1 parent b056485 commit f4f915f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cassiopee/KCore/Dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,6 @@ def fortranScan(node, env, path, arg=None):
names = set(names)
# remove false dep (+in KCore?)
names = [n for n in names if not 'omp_lib.h' in n]
names = [n for n in names if not 'parallelF.h' in n]
return env.File(list(names))

# Cree le scanner Fortran dans env
Expand Down
2 changes: 0 additions & 2 deletions Cassiopee/KCore/KCore/parallelF.h

This file was deleted.

0 comments on commit f4f915f

Please sign in to comment.