PSCF
v1.2
src
pscf
pscf/edit.py
1
#!/usr/bin/env python
2
3
from
pscfpp.text
import
*
4
5
editor = FileEditor()
6
editor.setIsTest(
False
)
7
8
editor.setFilter(
r'Pspg_Math_Module'
)
9
editor.setOld(
r'Pspg_Math_Module'
)
10
editor.setNew(
r'Pscf_Cuda_Module'
)
11
editor.editFiles(
"cuda"
,
"*.h"
)
12
editor.editFiles(
"cuda"
,
"*.tpp"
)
13
editor.editFiles(
"cuda"
,
"*.cpp"
)
14
editor.editFiles(
"cuda"
,
"*.mod"
)
15
pscfpp.text
Utilities for manipulating and searching text strings.
Definition
text.py:1
Generated on Fri Mar 28 2025 00:57:27 for PSCF by
1.12.0