New Reply

RFAC in Fortran

 
Share Thread
Feb9-12, 12:46 AM   #1
 

RFAC in Fortran


Hi guys,

I know I may sound stupid to me many of you but can anybody tell me what does 'rfac' do in Fortran.
PhysOrg.com engineering news on PhysOrg.com

>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
>> Faster, more precise airstrikes within reach
>> How smart technology could change public transit
Feb9-12, 04:46 AM   #2
 
I don't understand your question. Can you provide some context?
Feb9-12, 09:32 AM   #3
 
Actually I am working on a code that has been written by someone else and I found 'rfac(X)' in that code. The code is written in Fortran and I am trying to use it in Matlab. I have checked everywhere but could not find any function named 'rfac'.

I hope I am clear now.
Feb9-12, 01:25 PM   #4

Engineering 2012
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor

RFAC in Fortran


my guess is it's a locally defined variable or function.

a google search on 'rfac fortran' turns up lots of incidences but in ones i found it was defined in the code.
maybe something passed to a sub?

can you do text search on the program?
Feb10-12, 05:02 AM   #5
 
have you done a text search for rfac in all your fortran sources? I usually work on Linux and a 'grep' for a given function or variable name returns all the places where is being used...you can gain a lot of insight very quickly by viewing all the usage for a given variable/function.
New Reply

Tags
rfac

Similar discussions for: RFAC in Fortran
Thread Forum Replies
Fortran 77 help making an empty array (or blank list if they exist in fortran) Programming & Comp Sci 5
FORTRAN 95: New to fortran, want to learn how to input a function Programming & Comp Sci 1
Fortran Help Programming & Comp Sci 1
Accessing Fortran Modules within a Fortran library from Fortran Programming & Comp Sci 0
Fortran v.s. Visual Fortran Programming & Comp Sci 0