[mesa-users] number of an added column in a profile file

Jean-Claude Passy jcpassy at gmail.com
Wed Jun 19 14:17:45 EDT 2013


Works like a charm. Thanks Bill!

Cheers,

JC

On Jun 19, 2013, at 8:31 AM, Bill Paxton <paxton at kitp.ucsb.edu> wrote:

> Hi JC,
> 
> Here's a 1 line patch for star/private/profile.f
> 
> old:
>               do j=1,num_extra_cols
>                  call do_extra_col(i, j, k)
>               end do
> 
> 
> new:
>               do j=1,num_extra_cols
>                  col = col+1
>                  call do_extra_col(i, j, k)
>               end do
> 
> Please give it a try and let me know how it goes.
> 
> Bill
> 
> 
> 
> 
> 
> 
> 
> On Jun 19, 2013, at 12:44 AM, Jean-Claude Passy wrote:
> 
>> Hi all,
>> 
>> I am sorry if my question is trivial but I have not been able to find a solution to my problem in the last couple of hours.
>> I have attached my run_star_extra that I used to add a column 'delta_mass' to the profiles. I get the extra column in the profile, and the values make sense. However the issue is that the extra column has the same number as the previous one (95) instead of what I would have expected to be 96:
>> 
>> <Screen Shot 2013-06-19 at 12.38.15 AM.png>
>> 
>> I am using MESA version 4942.
>> Has anyone an idea about how to fix this?
>> 
>> Thanks a lot,
>> 
>> JC
>> 
>> <run_star_extras.f>------------------------------------------------------------------------------
>> This SF.net email is sponsored by Windows:
>> 
>> Build for Windows Store.
>> 
>> http://p.sf.net/sfu/windows-dev2dev_______________________________________________
>> mesa-users mailing list
>> mesa-users at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mesa-users
> 





More information about the Mesa-users mailing list